Commit baf05b7e authored by Georg Brandl's avatar Georg Brandl

fix typo

parent c4e94b90
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment