]> granicus.if.org Git - python/commitdiff
Fix SF #632864, Typo string instead of sting in LibDoc. Will backport.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 13:13:20 +0000 (13:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 13:13:20 +0000 (13:13 +0000)
Doc/lib/tkinter.tex

index 5401dfba6c2b2671a96b674dc03917683c560212..8bb59d5d7c289a35f9d233bfc78150306600c436 100644 (file)
@@ -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: