pep-0492: Rename section

This commit is contained in:
Yury Selivanov 2015-04-27 23:05:58 -04:00
parent 9b10d0323d
commit 94b51bc711
1 changed files with 2 additions and 2 deletions

View File

@ -948,8 +948,8 @@ stating that the statement is asynchronous. It is also more consistent
with the existing grammar.
Why "async for/with" instead of "await for/with"
------------------------------------------------
Why not "await for" and "await with"
------------------------------------
``async`` is an adjective, and hence it is a better choice for a
*statement qualifier* keyword. ``await for/with`` would imply that