pep-0492: Fix a typo
This commit is contained in:
parent
2feb4ad5c3
commit
d070d014cf
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue