Skip to content

Commit 0692644

Browse files
committed
slight re-arrange.
1 parent 1391594 commit 0692644

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
@@ -460,9 +460,9 @@ That might sound odd to you. You might be thinking:
460460
That causes the error: ``SyntaxError: yield from not allowed in a coroutine.``
461461
This was intentionally designed for the sake of simplicity -- mandating only
462462
one way of using coroutines.
463+
Despite that, ``yield from`` and ``await`` effectively do the same thing.
463464
Initially ``yield`` was barred as well, but was re-accepted to allow for
464465
async generators.
465-
Despite that, ``yield from`` and ``await`` effectively do the same thing.
466466

467467
=======
468468
Futures

0 commit comments

Comments
 (0)