Skip to content

Commit af9ba25

Browse files
committed
phrasing nit.
1 parent dbbc0ab commit af9ba25

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ and how to make your own asynchronous operators.
258258
coroutine.send(), await, yield and StopIteration
259259
================================================
260260

261-
asyncio leverages those 4 components to pass around control.
262-
263-
261+
asyncio leverages 4 components to pass around control.
264262

265263
:meth:`coroutine.send(arg) <generator.send>` is the method used to start or resume a coroutine.
266264
If the coroutine was paused and is now being resumed, the argument ``arg``

0 commit comments

Comments
 (0)