From 425e2d15c5b50e49e669a7a8a7316c4de21bccd9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 27 Nov 2006 18:46:47 +0000 Subject: [PATCH] Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) --- Doc/lib/tkinter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index db52cbdedaa..20b23730d2e 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -318,7 +318,7 @@ the name of a widget. \item[\var{options}] configure the widget's appearance and in some cases, its behavior. The options come in the form of a list of flags and values. -Flags are proceeded by a `-', like \UNIX{} shell command flags, and +Flags are preceded by a `-', like \UNIX{} shell command flags, and values are put in quotes if they are more than one word. \end{description}