Skip to content

Commit 1f7323d

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

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
@@ -364,7 +364,7 @@ A homemade asyncio.sleep
364364
========================
365365

366366
We'll go through an example of how you could leverage a future to create your
367-
own variant of asynchronous sleep (that is, asyncio.sleep).
367+
own variant of asynchronous sleep (:func:`asyncio.sleep`).
368368

369369
This snippet puts a few tasks on the event loops queue and then ``await``\ s a
370370
yet unknown coroutine wrapped in a task: ``async_sleep(3)``.

0 commit comments

Comments
 (0)