Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo authored Jun 20, 2024
1 parent 23e37f4 commit 3bb4e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/asyncio-queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Queue
.. method:: __aiter__()

Return an :term:`asynchronous iterator` which iterates over
the queue of items until :meth:`shutdown` is called continues
iteration until the queue is empty.
the queue of items until :meth:`shutdown` is called and
continues iteration until the queue is empty.

``shutdown(immediate=True)`` stops iteration immediately.

Expand Down

0 comments on commit 3bb4e65

Please sign in to comment.