Skip to content

Commit db4ac35

Browse files
committed
phrasing nit
1 parent dca3d38 commit db4ac35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The coroutine is resumed via the ``coroutine.send(42)`` call on line 21.
277277
The coroutine picks back up from where it ``yield``\ ed (or paused) on line 3
278278
and executes the remaining statements in its body.
279279
When a coroutine finishes, it raises a :exc:`StopIteration` exception with the
280-
return value attached to the exception.
280+
return value attached as an attribute.
281281

282282
::
283283

0 commit comments

Comments
 (0)