pep-0492: Fix wording
This commit is contained in:
parent
d070d014cf
commit
587d39deab
|
@ -957,8 +957,8 @@ 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 inevitably create invisible
|
||||
implicit suspend points, making it harder to reason about the code.
|
||||
iterators and context managers will inevitably create implicit suspend
|
||||
points, making it harder to reason about the code.
|
||||
|
||||
|
||||
Comprehensions
|
||||
|
|
Loading…
Reference in New Issue