[Python-checkins] peps: fix typo

mark.hammond python-checkins at python.org
Tue Aug 9 01:49:29 CEST 2011


http://hg.python.org/peps/rev/511687b4bc6f
changeset:   3918:511687b4bc6f
user:        Mark Hammond <mhammond at skippinet.com.au>
date:        Tue Aug 09 09:48:49 2011 +1000
summary:
  fix typo

files:
  pep-0397.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0397.txt b/pep-0397.txt
--- a/pep-0397.txt
+++ b/pep-0397.txt
@@ -316,7 +316,7 @@
     a 32bit launcher would be unable to load the 64bit version of Python and
     vice-versa.
 
-    Given these considerations, the launcher will execute it's command in a
+    Given these considerations, the launcher will execute its command in a
     child process, remaining alive while the child process is executing, then
     terminate with the same exit code as returned by the child.  To address
     concerns regarding the termination of the launcher not killing the child,

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


More information about the Python-checkins mailing list