Fix minor typos
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Nov 2002 22:37:58 +0000 (22:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Nov 2002 22:37:58 +0000 (22:37 +0000)
Doc/lib/tkinter.tex

index e577b28a6c184922d65314778e197ac406ca88d9..985403c253491f32a085e7d812f4f0a591428e27 100644 (file)
@@ -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}