[Python-checkins] peps: kill extra letter

benjamin.peterson python-checkins at python.org
Mon Feb 27 02:39:55 CET 2012


http://hg.python.org/peps/rev/76ef60c943a9
changeset:   4089:76ef60c943a9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Feb 26 20:39:52 2012 -0500
summary:
  kill extra letter

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


diff --git a/pep-0415.txt b/pep-0415.txt
--- a/pep-0415.txt
+++ b/pep-0415.txt
@@ -30,7 +30,7 @@
 whether ``__context__`` should be printed or not. This use of ``__cause__`` is
 also not easily extended in the future. For example, we may someday want to
 allow the programmer to select which of ``__context__`` and ``__cause__`` will
-be printed. The PEP 409 implementation is not amendable to this.
+be printed. The PEP 409 implementation is not amenable to this.
 
 The use of ``Ellipsis`` is a hack. Before PEP 409, ``Ellipsis`` was used
 exclusively in extended slicing. Extended slicing has nothing to do with

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


More information about the Python-checkins mailing list