Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
anordin95 and ZeroIntensity authored Aug 24, 2025
commit 2831208001402f22888352bd4eb108fef3f64ab5
2 changes: 1 addition & 1 deletion Doc/howto/a-conceptual-overview-of-asyncio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ and how to make your own asynchronous operators.
The inner workings of coroutines
================================

:mod:`!asyncio` leverages four components of the Python language to pass
:mod:`!asyncio` leverages four components of Python to pass
around control.

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