summaryrefslogtreecommitdiffstats
path: root/Demo/tix/samples/CmpImg.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tix/samples/CmpImg.py')
-rw-r--r--Demo/tix/samples/CmpImg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tix/samples/CmpImg.py b/Demo/tix/samples/CmpImg.py
index 4720a10..8b33579 100644
--- a/Demo/tix/samples/CmpImg.py
+++ b/Demo/tix/samples/CmpImg.py
@@ -155,7 +155,7 @@ def RunSample(w):
net = Tix.Button(w, padx=4, pady=1, width=120)
# Create the first image: we create a line, then put a string,
- # a space and a image into this line, from left to right.
+ # a space and an image into this line, from left to right.
# The result: we have a one-line image that consists of three
# individual items
#