From: Georg Brandl Date: Mon, 27 Nov 2006 18:46:21 +0000 (+0000) Subject: Bug #1603789: grammatical error in Tkinter docs. X-Git-Tag: v2.6a1~2401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73e7e058f5ef265278d6d184e01f134132d612fd;p=thirdparty%2FPython%2Fcpython.git Bug #1603789: grammatical error in Tkinter docs. --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index db52cbdedaad..20b23730d2e0 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}