PEP 394: fix typo

This commit is contained in:
Nick Coghlan 2014-09-30 21:24:40 +10:00
parent 68458f5634
commit f8f0056806
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Recommendation
* The more general ``python`` command should be installed whenever * The more general ``python`` command should be installed whenever
any version of Python 2 is installed and should invoke the same version of any version of Python 2 is installed and should invoke the same version of
Python as the ``python2`` command (however, note that some distributions 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). command; see the `Rationale`_ and `Migration Notes`_ below).
* The Python 2.x ``idle``, ``pydoc``, and ``python-config`` commands should * The Python 2.x ``idle``, ``pydoc``, and ``python-config`` commands should
likewise be available as ``idle2``, ``pydoc2``, and ``python2-config``, likewise be available as ``idle2``, ``pydoc2``, and ``python2-config``,