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 a389c09 commit 2831208Copy full SHA for 2831208
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -377,7 +377,7 @@ and how to make your own asynchronous operators.
377
The inner workings of coroutines
378
================================
379
380
-:mod:`!asyncio` leverages four components of the Python language to pass
+:mod:`!asyncio` leverages four components of Python to pass
381
around control.
382
383
:meth:`coroutine.send(arg) <generator.send>` is the method used to start or
0 commit comments