summaryrefslogtreecommitdiffstats
path: root/Demo/threads
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 07:39:35 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 07:39:35 (GMT)
commit1e87da16eac24f6e0fb6908906ab6400ce583fa0 (patch)
treed992030c489c74b4f385314d3fba2d1dbb675cf6 /Demo/threads
parent7a15390f83c57283b44163c33bb4a80fd453526b (diff)
downloadcpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.zip
cpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.gz
cpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.bz2
Remove duplication.
Diffstat (limited to 'Demo/threads')
-rw-r--r--Demo/threads/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/sync.py b/Demo/threads/sync.py
index 843767a..a344abe 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