Skip to content

Commit 4fdeb68

Browse files
committed
Update docs
1 parent 26eb37c commit 4fdeb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/queue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fully processed by daemon consumer threads.
188188
that had been :meth:`put` into the queue).
189189

190190
Raises a :exc:`ValueError` if called more times than there were items placed in
191-
the queue.
191+
the queue, or after an immediate shutdown.
192192

193193

194194
.. method:: Queue.join()

0 commit comments

Comments
 (0)