commit | baf05b7e09fa7f83292f7384025e94b116da00c0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 25 13:12:56 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 25 13:12:56 2006 +0000 |
tree | 32c2e228359bc86acd04e8fbfc939448da2bd25d | |
parent | c4e94b90a84a1127078bdb9f63707eb71fedece3 [diff] [blame] |
fix typo
diff --git a/Lib/test/test_queue.py b/Lib/test/test_queue.py index b3f24df..66977e6 100644 --- a/Lib/test/test_queue.py +++ b/Lib/test/test_queue.py
@@ -251,7 +251,7 @@ q.put(None) # instruct the threads to close q.join() # verify that you can join twice -def QueueTaskDoneTest(q) +def QueueTaskDoneTest(q): try: q.task_done() except ValueError: