diff options
author | Georg Brandl <georg@python.org> | 2006-01-23 22:00:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-23 22:00:17 (GMT) |
commit | caa94bd48465ed65cfa4b44fc576e57abd71e578 (patch) | |
tree | 4dae4176058172d1a06bc7346a291c87026694b6 /Doc/lib/tkinter.tex | |
parent | 131e4f71ba118da9c05f809b175256db50905f64 (diff) | |
download | cpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.zip cpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.tar.gz cpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.tar.bz2 |
Correct misspellings.
Diffstat (limited to 'Doc/lib/tkinter.tex')
-rw-r--r-- | Doc/lib/tkinter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index f223ff6..405f041 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -476,7 +476,7 @@ Tk man pages for the widget in question. Note that the man pages list "STANDARD OPTIONS" and "WIDGET SPECIFIC OPTIONS" for each widget. The former is a list of options that are common to many widgets, the latter are the options that are -ideosyncratic to that particular widget. The Standard Options are +idiosyncratic to that particular widget. The Standard Options are documented on the \manpage{options}{3} man page. No distinction between standard and widget-specific options is made in |