diff options
author | Georg Brandl <georg@python.org> | 2006-11-27 18:46:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-11-27 18:46:47 (GMT) |
commit | 425e2d15c5b50e49e669a7a8a7316c4de21bccd9 (patch) | |
tree | 601d3097e4fbb240b496c1e7dee586fd019bf6c5 | |
parent | 2286441a815b3dc2d9f5fa4e71c3d38875e9b463 (diff) | |
download | cpython-425e2d15c5b50e49e669a7a8a7316c4de21bccd9.zip cpython-425e2d15c5b50e49e669a7a8a7316c4de21bccd9.tar.gz cpython-425e2d15c5b50e49e669a7a8a7316c4de21bccd9.tar.bz2 |
Bug #1603789: grammatical error in Tkinter docs.
(backport from rev. 52850)
-rw-r--r-- | Doc/lib/tkinter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index db52cbd..20b2373 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} |