mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix indent.
This commit is contained in:
parent
fc90213f53
commit
2f2a9f772d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue