diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-05 22:37:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-05 22:37:58 (GMT) |
commit | c2f7757ef5ec0e07fcf3325ac61269cbed121de8 (patch) | |
tree | f721f2f635d95ba104263f9310790d86675dd6d6 | |
parent | 71f5acdd1ec189929db54b411f4c4f63dfcde314 (diff) | |
download | cpython-c2f7757ef5ec0e07fcf3325ac61269cbed121de8.zip cpython-c2f7757ef5ec0e07fcf3325ac61269cbed121de8.tar.gz cpython-c2f7757ef5ec0e07fcf3325ac61269cbed121de8.tar.bz2 |
Fix minor typos
-rw-r--r-- | Doc/lib/tkinter.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index e577b28..985403c 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -894,11 +894,11 @@ Bitmap/Pixelmap images can be created through the subclasses of Either type of image is created through either the \code{file} or the \code{data} option (other options are available as well). -The image object can then be used whereever an \code{image} option is +The image object can then be used where ever an \code{image} option is supported by some widget (e.g. labels, buttons, menus). In these cases, Tk will not keep a reference to the image. When the last Python reference to the image object is deleted, the image data is deleted as -well, and Tk will display an empty box wheerever the image was used. +well, and Tk will display an empty box where ever the image was used. \section{\module{Tix} --- Extension widgets for Tk} |