From: Neal Norwitz Date: Sun, 3 Nov 2002 13:13:54 +0000 (+0000) Subject: Fix SF #632864, Typo string instead of sting in LibDoc. X-Git-Tag: v2.2.3c1~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f7787b0ba6547dadcdfa3ce8ddab9abf16176db;p=thirdparty%2FPython%2Fcpython.git Fix SF #632864, Typo string instead of sting in LibDoc. --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 5401dfba6c2b..8bb59d5d7c28 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: