From 0f7787b0ba6547dadcdfa3ce8ddab9abf16176db Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 3 Nov 2002 13:13:54 +0000 Subject: [PATCH] Fix SF #632864, Typo string instead of sting in LibDoc. --- 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 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: -- 2.47.3