PEP 394: fix typo reported by Jan Pokorný

This commit is contained in:
Nick Coghlan 2015-04-24 17:04:39 +10:00
parent f4baf032f3
commit bd5cf23940
1 changed files with 1 additions and 1 deletions

View File

@ -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