[Python-checkins] cpython: One more spelling fix

martin.panter python-checkins at python.org
Sat Sep 10 06:47:30 EDT 2016


https://hg.python.org/cpython/rev/a477ef882a16
changeset:   103571:a477ef882a16
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Sep 10 10:45:28 2016 +0000
summary:
  One more spelling fix

files:
  PC/getpathp.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PC/getpathp.c b/PC/getpathp.c
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -24,7 +24,7 @@
 
    * We attempt to locate the "Python Home" - if the PYTHONHOME env var
      is set, we believe it.  Otherwise, we use the path of our host .EXE's
-     to try and locate on of our "landmarks" and deduce our home.
+     to try and locate one of our "landmarks" and deduce our home.
      - If we DO have a Python Home: The relevant sub-directories (Lib,
        DLLs, etc) are based on the Python Home
      - If we DO NOT have a Python Home, the core Python Path is

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


More information about the Python-checkins mailing list