From 2f2a9f772d7cedc14cfcdd8f07bca6471cf07797 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 7 Jan 2011 20:58:25 +0000 Subject: [PATCH] Fix indent. --- Doc/library/queue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 23739299f5..e3596bb2f3 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -177,7 +177,7 @@ Example of how to wait for enqueued tasks to be completed:: A queue class for use in a multi-processing (rather than multi-threading) context. - :class:`collections.deque` is an alternative implementation of unbounded + :class:`collections.deque` is an alternative implementation of unbounded queues with fast atomic :func:`append` and :func:`popleft` operations that do not require locking. -- 2.50.1