From 42da663e6fe7ecbb89b17d596c76812a91bb99a4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 15 Mar 2011 05:18:48 +0200 Subject: #11515: fix several typos. Patch by Piotr Kasprzyk. --- Lib/tkinter/tix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/tkinter/tix.py') diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index 46caf7510d..6458797e33 100644 --- a/Lib/tkinter/tix.py +++ b/Lib/tkinter/tix.py @@ -148,7 +148,7 @@ class tixCommand: extensions) exist, then the image type is chosen according to the depth of the X display: xbm images are chosen on monochrome displays and color images are chosen on color displays. By using - tix_ getimage, you can advoid hard coding the pathnames of the + tix_ getimage, you can avoid hard coding the pathnames of the image files in your application. When successful, this command returns the name of the newly created image, which can be used to configure the -image option of the Tk and Tix widgets. -- cgit v1.2.1