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 ba39384 commit 5b77b77Copy full SHA for 5b77b77
Doc/library/asyncio-queue.rst
@@ -107,7 +107,7 @@ Queue
107
The queue can no longer grow.
108
Future calls to :meth:`~Queue.put` raise :exc:`QueueShutDown`.
109
Currently blocked callers of :meth:`~Queue.put` will be unblocked
110
- and will raise :exc:`QueueShutDown` in the formerly ``await``ing task.
+ and will raise :exc:`QueueShutDown` in the formerly awaiting task.
111
112
If *immediate* is false (the default), the queue can be wound
113
down normally with :meth:`~Queue.get` calls to extract tasks
0 commit comments