We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f0a22 commit 6c4258cCopy full SHA for 6c4258c
Doc/library/multiprocessing.rst
@@ -939,8 +939,8 @@ For an example of the usage of queues for interprocess communication see
939
Close the queue: release internal resources.
940
941
A queue must not be used anymore after it is closed. For example,
942
- :meth:`get`, :meth:`put` and :meth:`empty` methods must no longer be
943
- called.
+ :meth:`~Queue.get`, :meth:`~Queue.put` and :meth:`~Queue.empty`
+ methods must no longer be called.
944
945
The background thread will quit once it has flushed all buffered
946
data to the pipe. This is called automatically when the queue is garbage
0 commit comments