Skip to content

Commit da642de

Browse files
authored
make get_nowait() consistant with put_nowait() description
1 parent 7a468a1 commit da642de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/queue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ provide the public methods described below.
173173

174174
.. method:: Queue.get_nowait()
175175

176-
Equivalent to ``get(False)``.
176+
Equivalent to ``get(block=False)``.
177177

178178
Two methods are offered to support tracking whether enqueued tasks have been
179179
fully processed by daemon consumer threads.

0 commit comments

Comments
 (0)