[Python-checkins] peps: PEP 394: fix typo

nick.coghlan python-checkins at python.org
Tue Sep 30 13:24:50 CEST 2014


https://hg.python.org/peps/rev/32b6619e9259
changeset:   5566:32b6619e9259
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue Sep 30 21:24:40 2014 +1000
summary:
  PEP 394: fix typo

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


diff --git a/pep-0394.txt b/pep-0394.txt
--- a/pep-0394.txt
+++ b/pep-0394.txt
@@ -45,7 +45,7 @@
 * The more general ``python`` command should be installed whenever
   any version of Python 2 is installed and should invoke the same version of
   Python as the ``python2`` command (however, note that some distributions
-  have already chosen to make the have ``python`` implement the ``python3``
+  have already chosen to have ``python`` implement the ``python3``
   command; see the `Rationale`_ and `Migration Notes`_ below).
 * The Python 2.x ``idle``, ``pydoc``, and ``python-config`` commands should
   likewise be available as ``idle2``, ``pydoc2``, and ``python2-config``,

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


More information about the Python-checkins mailing list