Kaydet (Commit) baf05b7e authored tarafından Georg Brandl's avatar Georg Brandl

fix typo

üst 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