aboutsummaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:39:35 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:39:35 +0300
commit1e87da16eac24f6e0fb6908906ab6400ce583fa0 (patch)
treed992030c489c74b4f385314d3fba2d1dbb675cf6 /Demo
parent7a15390f83c57283b44163c33bb4a80fd453526b (diff)
downloadplatform_external_python_cpython2-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.gz
platform_external_python_cpython2-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.bz2
platform_external_python_cpython2-1e87da16eac24f6e0fb6908906ab6400ce583fa0.zip
Remove duplication.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/threads/sync.py2
-rw-r--r--Demo/tix/tixwidgets.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demo/threads/sync.py b/Demo/threads/sync.py
index 843767ac7a..a344abea80 100644
--- a/Demo/threads/sync.py
+++ b/Demo/threads/sync.py
@@ -265,7 +265,7 @@
# intervening. If there are other threads waiting to write, they
# are allowed to proceed only if the current thread calls
# .read_out; threads waiting to read are only allowed to proceed
-# if there are are no threads waiting to write. (This is a
+# if there are no threads waiting to write. (This is a
# weakness of the interface!)
import thread
diff --git a/Demo/tix/tixwidgets.py b/Demo/tix/tixwidgets.py
index de2e22e7eb..3cf34b7664 100644
--- a/Demo/tix/tixwidgets.py
+++ b/Demo/tix/tixwidgets.py
@@ -659,7 +659,7 @@ Hi,
I have implemented a new image type called "compound". It allows you
to glue together a bunch of bitmaps, images and text strings together
to form a bigger image. Then you can use this image with widgets that
-support the -image option. For example, you can display a text string string
+support the -image option. For example, you can display a text string
together with a bitmap, at the same time, inside a TK button widget.
""")
list.pack(expand=1, fill=Tix.BOTH, padx=4, pady=6)