[Python-checkins] peps: pep-0492: Fix a typo

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


https://hg.python.org/peps/rev/5a2cce14fc58
changeset:   5791:5a2cce14fc58
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Apr 23 15:54:21 2015 -0400
summary:
  pep-0492: Fix a typo

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


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

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


More information about the Python-checkins mailing list