[Python-checkins] peps: add missing words

benjamin.peterson python-checkins at python.org
Sun Aug 31 18:12:46 CEST 2014


http://hg.python.org/peps/rev/f7f926c75521
changeset:   5536:f7f926c75521
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Aug 31 12:12:42 2014 -0400
summary:
  add missing words

files:
  pep-0477.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0477.txt b/pep-0477.txt
--- a/pep-0477.txt
+++ b/pep-0477.txt
@@ -38,9 +38,9 @@
 reasons:
 
 1. The Python 2.x to 3.x migration has a number of painpoints that are eased by
-   a number of third party modules such as six [#six]_, [#modernize]_, or
-   [#future]_. However relying on these tools requires that everyone who uses
-   the project have a tool to install these packages.
+   a number of third party modules such as six [#six]_, modernize [#modernize]_,
+   or future [#future]_. However relying on these tools requires that everyone
+   who uses the project have a tool to install these packages.
 2. In addition to tooling to aid in migration from Python 2.x to 3.x, there are
    also a number of modules that are *new* in Python 3 for which there are
    backports available on PyPI. This can also aid in the ability for people

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


More information about the Python-checkins mailing list