Fix indent.

This commit is contained in:
Georg Brandl 2011-01-07 20:58:25 +00:00
parent fc90213f53
commit 2f2a9f772d

View file

@ -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.