Skip to content

Commit acef690

Browse files
JulienPalardvstinner
authored andcommitted
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
1 parent 96200eb commit acef690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/queue.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ competing threads; however, they are not designed to handle reentrancy
2626
within a thread.
2727

2828
In addition, the module implements a "simple"
29-
:abbr:`FIFO (first-in, first-out)` queue type where
30-
specific implementations can provide additional guarantees
29+
:abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
30+
specific implementation provides additional guarantees
3131
in exchange for the smaller functionality.
3232

3333
The :mod:`queue` module defines the following classes and exceptions:

0 commit comments

Comments
 (0)