[Python-checkins] r87831 - python/branches/py3k/Doc/library/queue.rst

georg.brandl python-checkins at python.org
Fri Jan 7 21:58:26 CET 2011


Author: georg.brandl
Date: Fri Jan  7 21:58:25 2011
New Revision: 87831

Log:
Fix indent.

Modified:
   python/branches/py3k/Doc/library/queue.rst

Modified: python/branches/py3k/Doc/library/queue.rst
==============================================================================
--- python/branches/py3k/Doc/library/queue.rst	(original)
+++ python/branches/py3k/Doc/library/queue.rst	Fri Jan  7 21:58:25 2011
@@ -177,7 +177,7 @@
       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.
 


More information about the Python-checkins mailing list