From cf57e50989716143569473d5fd6d5a3a1c8cfea7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 3 Nov 2002 13:13:20 +0000 Subject: Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. --- Doc/lib/tkinter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12