PEP 394: fix typo reported by Jan Pokorný
This commit is contained in:
parent
f4baf032f3
commit
bd5cf23940
|
@ -149,7 +149,7 @@ making such a change.
|
|||
sysadmins to install many very similar versions of the interpreter.
|
||||
* When the ``pythonX.X`` binaries are provided by a distribution, the
|
||||
``python2`` and ``python3`` commands should refer to one of those files
|
||||
rather being provided as a separate binary file.
|
||||
rather than being provided as a separate binary file.
|
||||
* It is suggested that even distribution-specific packages follow the
|
||||
``python2``/``python3`` convention, even in code that is not intended to
|
||||
operate on other distributions. This will reduce problems if the
|
||||
|
|
Loading…
Reference in New Issue