mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
fix typo
This commit is contained in:
parent
c4e94b90a8
commit
baf05b7e09
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ def QueueJoinTest(q):
|
||||||
q.put(None) # instruct the threads to close
|
q.put(None) # instruct the threads to close
|
||||||
q.join() # verify that you can join twice
|
q.join() # verify that you can join twice
|
||||||
|
|
||||||
def QueueTaskDoneTest(q)
|
def QueueTaskDoneTest(q):
|
||||||
try:
|
try:
|
||||||
q.task_done()
|
q.task_done()
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue