[Python-checkins] peps: pep-0492: Fix wording

yury.selivanov python-checkins at python.org
Thu Apr 23 21:55:48 CEST 2015


https://hg.python.org/peps/rev/725a6bf06978
changeset:   5792:725a6bf06978
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Apr 23 15:55:46 2015 -0400
summary:
  pep-0492: Fix wording

files:
  pep-0492.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -957,8 +957,8 @@
 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

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list