We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadc0fb commit 1f7323dCopy full SHA for 1f7323d
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -364,7 +364,7 @@ A homemade asyncio.sleep
364
========================
365
366
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).
+own variant of asynchronous sleep (:func:`asyncio.sleep`).
368
369
This snippet puts a few tasks on the event loops queue and then ``await``\ s a
370
yet unknown coroutine wrapped in a task: ``async_sleep(3)``.
0 commit comments