From acef69068f61c9f4141f8509b6a1bfaadab87b5c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 20 Oct 2018 00:27:49 +0200 Subject: queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372) --- Doc/library/queue.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 6106d0c..1fea86b 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -26,8 +26,8 @@ competing threads; however, they are not designed to handle reentrancy within a thread. In addition, the module implements a "simple" -:abbr:`FIFO (first-in, first-out)` queue type where -specific implementations can provide additional guarantees +:abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose +specific implementation provides additional guarantees in exchange for the smaller functionality. The :mod:`queue` module defines the following classes and exceptions: -- cgit v0.12