[Python-checkins] peps: PEP 453 typo

nick.coghlan python-checkins at python.org
Sun Sep 29 08:37:40 CEST 2013


http://hg.python.org/peps/rev/3ac21266e0e5
changeset:   5153:3ac21266e0e5
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Sep 29 16:37:32 2013 +1000
summary:
  PEP 453 typo

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


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -772,7 +772,7 @@
 from Python 2 to Python 3, as a number of the standard library additions
 in Python 3 are also available from PyPI for Python 2. Lowering the barrier
 to adoption for these backports makes it easier for current Python 2 users
-to selectively adopt backporting Python 3 versions, reducing the number of
+to selectively adopt backported Python 3 versions, reducing the number of
 updates needed in any eventual Python 3 migration.
 
 Finally, this PEP solves a serious problem for the ``distutils-sig``

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


More information about the Python-checkins mailing list