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