diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-05 22:46:39 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-05 22:46:39 (GMT) |
commit | fad265e65168e4a68844a9c5c6befeb5eb063330 (patch) | |
tree | 6d2819c5b0ed35e653681d20e1b22cc03b174bb6 /Doc | |
parent | 03b109afc0c646e0ade38a0b3132d36cae412024 (diff) | |
download | cpython-fad265e65168e4a68844a9c5c6befeb5eb063330.zip cpython-fad265e65168e4a68844a9c5c6befeb5eb063330.tar.gz cpython-fad265e65168e4a68844a9c5c6befeb5eb063330.tar.bz2 |
Whoops, fix the typo correctly this time
Diffstat (limited to 'Doc')
-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 985403c..2fe49f8 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 where ever an \code{image} option is +The image object can then be used wherever 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 where ever the image was used. +well, and Tk will display an empty box wherever the image was used. \section{\module{Tix} --- Extension widgets for Tk} |