Skip to content

Commit b5f56f3

Browse files
committed
fix backticks.
1 parent 01710e2 commit b5f56f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Calling it creates and returns a :ref:`coroutine <coroutine>` object.
9696
f"By the way, my lucky number is: {magic_number}."
9797
)
9898

99-
Calling the async function, `loudmouth_penguin`, does not execute the print statement;
99+
Calling the async function, ``loudmouth_penguin``, does not execute the print statement;
100100
instead, it creates a coroutine object::
101101

102102
>>> loudmouth_penguin(magic_number=3)

0 commit comments

Comments
 (0)