]> granicus.if.org Git - python/commitdiff
fix typo
authorGeorg Brandl <georg@python.org>
Sat, 25 Mar 2006 13:12:56 +0000 (13:12 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Mar 2006 13:12:56 +0000 (13:12 +0000)
Lib/test/test_queue.py

index b3f24dff5177a1b3c1906f223e9b9c48535ce427..66977e64f8312fade4c090ebdcc41df9bbafc807 100644 (file)
@@ -251,7 +251,7 @@ def QueueJoinTest(q):
         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: