Skip to content

Commit 0dd99eb

Browse files
committed
Phrasing tweak.
1 parent 3978837 commit 0dd99eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Notably, the coroutine can be paused and resumed at various points within the
115115
function's body.
116116
That pausing and resuming ability is what allows for asynchronous behavior!
117117

118-
Coroutines and coroutine functions are built on top of generators and
119-
generator functions.
118+
Coroutines and coroutine functions were built by leveraging the functionality
119+
of generators and generator functions.
120120
Recall, a generator function is a function that ``yield``\s, like this one::
121121

122122
def get_random_number():

0 commit comments

Comments
 (0)