Skip to content

Commit 7e48175

Browse files
committed
nit
1 parent ac87e24 commit 7e48175

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
@@ -112,7 +112,7 @@ instead, it creates a coroutine object::
112112
>>> loudmouth_penguin(magic_number=3)
113113
<coroutine object loudmouth_penguin at 0x104ed2740>
114114

115-
The terms "asynchronous function" and "coroutine object" are often conflated
115+
The terms "coroutine function" and "coroutine object" are often conflated
116116
as coroutine.
117117
That can be confusing!
118118
In this article, coroutine specifically refers to a coroutine object, or more

0 commit comments

Comments
 (0)