diff options
| author | Georg Brandl <georg@python.org> | 2011-01-07 20:58:25 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-07 20:58:25 +0000 |
| commit | 2f2a9f772d7cedc14cfcdd8f07bca6471cf07797 (patch) | |
| tree | 8c257e723fcbd414744384840259c6483bb97bfd /Doc/library/queue.rst | |
| parent | fc90213f537b035beb6634498e3663f24709c3ab (diff) | |
| download | cpython-git-2f2a9f772d7cedc14cfcdd8f07bca6471cf07797.tar.gz | |
Fix indent.
Diffstat (limited to 'Doc/library/queue.rst')
| -rw-r--r-- | Doc/library/queue.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
