pep-0492: Fix a typo

This commit is contained in:
Yury Selivanov 2015-04-23 15:54:21 -04:00
parent 2feb4ad5c3
commit d070d014cf
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ Why not reuse existing "for" and "with" statements
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.
Making existing "for" and "with" statements to recognize asynchronous
iterators and context managers will inevitable create invisible
iterators and context managers will inevitably create invisible
implicit suspend points, making it harder to reason about the code.