Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Feb 23, 2024
1 parent 26eb37c commit 4fdeb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ fully processed by daemon consumer threads.
that had been :meth:`put` into the queue).

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


.. method:: Queue.join()
Expand Down

0 comments on commit 4fdeb68

Please sign in to comment.