From: Neal Norwitz Date: Sun, 3 Nov 2002 13:13:20 +0000 (+0000) Subject: Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. X-Git-Tag: v2.3c1~3607 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf57e50989716143569473d5fd6d5a3a1c8cfea7;p=python Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 5401dfba6c..8bb59d5d7c 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: