[Python-checkins] peps: PEP 394: fix typo reported by Jan Pokorný

nick.coghlan python-checkins at python.org
Fri Apr 24 09:05:19 CEST 2015


https://hg.python.org/peps/rev/836dfe5c8ed4
changeset:   5799:836dfe5c8ed4
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Apr 24 17:04:39 2015 +1000
summary:
  PEP 394: fix typo reported by Jan Pokorný

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
@@ -149,7 +149,7 @@
   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

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


More information about the Python-checkins mailing list