Skip to content

Commit 6c4258c

Browse files
authored
Update Doc/library/multiprocessing.rst
1 parent a0f0a22 commit 6c4258c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ For an example of the usage of queues for interprocess communication see
939939
Close the queue: release internal resources.
940940

941941
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.
942+
:meth:`~Queue.get`, :meth:`~Queue.put` and :meth:`~Queue.empty`
943+
methods must no longer be called.
944944

945945
The background thread will quit once it has flushed all buffered
946946
data to the pipe. This is called automatically when the queue is garbage

0 commit comments

Comments
 (0)