Skip to content

Commit 49e9c65

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

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
@@ -418,7 +418,7 @@ will monitor how much time has elapsed and accordingly call
418418
We'll use a rather bare object ``YieldToEventLoop()`` to ``yield`` from its
419419
``__await__`` in order to cede control to the event loop.
420420
This is effectively the same as calling ``asyncio.sleep(0)``, but this approach
421-
offers more clarity , not to mention it's somewhat cheating to use
421+
offers more clarity, not to mention it's somewhat cheating to use
422422
``asyncio.sleep`` when showcasing how to implement it!
423423

424424
The event loop, as usual, cycles through its queue of tasks, giving them control,

0 commit comments

Comments
 (0)