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 984a800 commit 76d31a3Copy full SHA for 76d31a3
Doc/library/queue.rst
@@ -28,8 +28,8 @@ competing threads; however, they are not designed to handle reentrancy
28
within a thread.
29
30
In addition, the module implements a "simple"
31
-:abbr:`FIFO (first-in, first-out)` queue type where
32
-specific implementations can provide additional guarantees
+:abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
+specific implementation provides additional guarantees
33
in exchange for the smaller functionality.
34
35
The :mod:`queue` module defines the following classes and exceptions:
0 commit comments