We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90213 commit 2f2a9f7Copy full SHA for 2f2a9f7
1 file changed
Doc/library/queue.rst
@@ -177,7 +177,7 @@ Example of how to wait for enqueued tasks to be completed::
177
A queue class for use in a multi-processing (rather than multi-threading)
178
context.
179
180
- :class:`collections.deque` is an alternative implementation of unbounded
+ :class:`collections.deque` is an alternative implementation of unbounded
181
queues with fast atomic :func:`append` and :func:`popleft` operations that
182
do not require locking.
183
0 commit comments