Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f2a9f7

Browse files
committed
Fix indent.
1 parent fc90213 commit 2f2a9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/queue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Example of how to wait for enqueued tasks to be completed::
177177
A queue class for use in a multi-processing (rather than multi-threading)
178178
context.
179179

180-
:class:`collections.deque` is an alternative implementation of unbounded
180+
:class:`collections.deque` is an alternative implementation of unbounded
181181
queues with fast atomic :func:`append` and :func:`popleft` operations that
182182
do not require locking.
183183

0 commit comments

Comments
 (0)