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 01710e2 commit b5f56f3Copy full SHA for b5f56f3
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -96,7 +96,7 @@ Calling it creates and returns a :ref:`coroutine <coroutine>` object.
96
f"By the way, my lucky number is: {magic_number}."
97
)
98
99
-Calling the async function, `loudmouth_penguin`, does not execute the print statement;
+Calling the async function, ``loudmouth_penguin``, does not execute the print statement;
100
instead, it creates a coroutine object::
101
102
>>> loudmouth_penguin(magic_number=3)
0 commit comments