From 4fdeb68baeb66dd69c8a27334b862e8de5ed6579 Mon Sep 17 00:00:00 2001 From: Laurie O Date: Fri, 23 Feb 2024 12:09:01 +1000 Subject: [PATCH] Update docs --- Doc/library/queue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 9c170988b40a8a2..76999726599ac95 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -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()