PEP 394: fix typo
This commit is contained in:
parent
68458f5634
commit
f8f0056806
|
@ -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``,
|
||||||
|
|
Loading…
Reference in New Issue