pep-0492: Fix wording

This commit is contained in:
Yury Selivanov 2015-04-23 15:55:46 -04:00
parent d070d014cf
commit 587d39deab
1 changed files with 2 additions and 2 deletions

View File

@ -957,8 +957,8 @@ Why not reuse existing "for" and "with" statements
The vision behind existing generator-based coroutines and this proposal The vision behind existing generator-based coroutines and this proposal
is to make it easy for users to see where the code might be suspended. is to make it easy for users to see where the code might be suspended.
Making existing "for" and "with" statements to recognize asynchronous Making existing "for" and "with" statements to recognize asynchronous
iterators and context managers will inevitably create invisible iterators and context managers will inevitably create implicit suspend
implicit suspend points, making it harder to reason about the code. points, making it harder to reason about the code.
Comprehensions Comprehensions