]> granicus.if.org Git - python/commitdiff
Bug #1603789: grammatical error in Tkinter docs.
authorGeorg Brandl <georg@python.org>
Mon, 27 Nov 2006 18:46:47 +0000 (18:46 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 27 Nov 2006 18:46:47 +0000 (18:46 +0000)
 (backport from rev. 52850)

Doc/lib/tkinter.tex

index db52cbdedaad0c7f91ea26d8212a4a08fcf5ed32..20b23730d2e0be931abeeb040428303b3bb9da03 100644 (file)
@@ -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}