diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-03 13:13:20 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-03 13:13:20 (GMT) |
commit | cf57e50989716143569473d5fd6d5a3a1c8cfea7 (patch) | |
tree | 81757a48c8d9b7e0508b31a9b85cc3edd530315f /Doc | |
parent | 1aca2d0cb3d25e9abe66736999022d4932600c15 (diff) | |
download | cpython-cf57e50989716143569473d5fd6d5a3a1c8cfea7.zip cpython-cf57e50989716143569473d5fd6d5a3a1c8cfea7.tar.gz cpython-cf57e50989716143569473d5fd6d5a3a1c8cfea7.tar.bz2 |
Fix SF #632864, Typo string instead of sting in LibDoc. Will backport.
Diffstat (limited to 'Doc')
-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 5401dfb..8bb59d5 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -692,7 +692,7 @@ filename, give the full path to the file, preceded with an \code{@}, as in \code{"@/usr/contrib/bitmap/gumby.bit"}. \item[boolean] -You can pass integers 0 or 1 or the stings \code{"yes"} or \code{"no"} . +You can pass integers 0 or 1 or the strings \code{"yes"} or \code{"no"} . \item[callback] This is any Python function that takes no arguments. For example: |