From d070d014cf3ece0adeedaad3472144717002e3d3 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 23 Apr 2015 15:54:21 -0400 Subject: [PATCH] pep-0492: Fix a typo --- pep-0492.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0492.txt b/pep-0492.txt index 011828154..faed5b273 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -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.