Kaydet (Commit) 2f2a9f77 authored tarafından Georg Brandl's avatar Georg Brandl

Fix indent.

üst fc90213f
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment