Skip to content

Commit 2831208

Browse files
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent a389c09 commit 2831208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ and how to make your own asynchronous operators.
377377
The inner workings of coroutines
378378
================================
379379

380-
:mod:`!asyncio` leverages four components of the Python language to pass
380+
:mod:`!asyncio` leverages four components of Python to pass
381381
around control.
382382

383383
:meth:`coroutine.send(arg) <generator.send>` is the method used to start or

0 commit comments

Comments
 (0)