Skip to content

Commit 829b200

Browse files
committed
typo fix.
1 parent fee5be7 commit 829b200

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
@@ -540,7 +540,7 @@ seconds have elapsed, but without preventing other tasks from running.
540540

541541
|
542542
543-
In the snippet below, showing the ``async_sleep`` coroutine functions
543+
In the snippet below, showing the ``async_sleep`` coroutine function's
544544
implementation, we use a future to enable custom control over when the
545545
coroutine will finish *and* to cede control back to the event loop.
546546
If :meth:`future.set_result() <asyncio.Future.set_result>` (the method

0 commit comments

Comments
 (0)