Skip to content

Commit 64a12b4

Browse files
committed
Update language comparing await and yield from.
1 parent b1aef5c commit 64a12b4

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
@@ -304,7 +304,7 @@ That might sound odd to you. Frankly, it was to me too. You might be thinking:
304304
This was intentionally designed for the sake of simplicity -- mandating only
305305
one way of using coroutines. Originally ``yield`` was actually barred as well,
306306
but was re-accepted to allow for async generators.
307-
Ideologically, ``yield from`` and ``await`` are very similar.
307+
Despite that, ``yield from`` and ``await`` effectively do the same thing.
308308

309309
=======
310310
Futures

0 commit comments

Comments
 (0)