PEP 453 typo

This commit is contained in:
Nick Coghlan 2013-09-29 16:37:32 +10:00
parent 2ce1f07c01
commit d4fc58c7e7
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ Making ``pip`` readily available also serves to ease the migration path
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``