summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-11-27 18:46:21 +0000
committerGeorg Brandl <georg@python.org>2006-11-27 18:46:21 +0000
commit73e7e058f5ef265278d6d184e01f134132d612fd (patch)
tree097bb58257e3746fc85895d0fcb1a52d9e887bc6
parent21d900f1d68fe4668388634408e84a5e610baa16 (diff)
downloadcpython-git-73e7e058f5ef265278d6d184e01f134132d612fd.tar.gz
Bug #1603789: grammatical error in Tkinter docs.
-rw-r--r--Doc/lib/tkinter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index db52cbdeda..20b23730d2 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}