Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2f7757

Browse files
committed
Fix minor typos
1 parent 71f5acd commit c2f7757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/tkinter.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,11 @@ \subsubsection{Images}
894894
Either type of image is created through either the \code{file} or the
895895
\code{data} option (other options are available as well).
896896

897-
The image object can then be used whereever an \code{image} option is
897+
The image object can then be used where ever an \code{image} option is
898898
supported by some widget (e.g. labels, buttons, menus). In these
899899
cases, Tk will not keep a reference to the image. When the last Python
900900
reference to the image object is deleted, the image data is deleted as
901-
well, and Tk will display an empty box wheerever the image was used.
901+
well, and Tk will display an empty box where ever the image was used.
902902

903903
\section{\module{Tix} ---
904904
Extension widgets for Tk}

0 commit comments

Comments
 (0)