Skip to content

Commit 76d31a3

Browse files
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
(cherry picked from commit acef690) Co-authored-by: Julien Palard <[email protected]>
1 parent 984a800 commit 76d31a3

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
@@ -28,8 +28,8 @@ competing threads; however, they are not designed to handle reentrancy
2828
within a thread.
2929

3030
In addition, the module implements a "simple"
31-
:abbr:`FIFO (first-in, first-out)` queue type where
32-
specific implementations can provide additional guarantees
31+
:abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
32+
specific implementation provides additional guarantees
3333
in exchange for the smaller functionality.
3434

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

0 commit comments

Comments
 (0)