[Python-checkins] cpython (3.2): Fix typo

eric.araujo python-checkins at python.org
Thu Nov 3 16:45:47 CET 2011


http://hg.python.org/cpython/rev/ca4c7543c823
changeset:   73319:ca4c7543c823
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Thu Nov 03 00:08:48 2011 +0100
summary:
  Fix typo

files:
  Lib/_pyio.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/_pyio.py b/Lib/_pyio.py
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -1460,7 +1460,7 @@
     enabled.  With this enabled, on input, the lines endings '\n', '\r',
     or '\r\n' are translated to '\n' before being returned to the
     caller. Conversely, on output, '\n' is translated to the system
-    default line seperator, os.linesep. If newline is any other of its
+    default line separator, os.linesep. If newline is any other of its
     legal values, that newline becomes the newline when the file is read
     and it is returned untranslated. On output, '\n' is converted to the
     newline.

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


More information about the Python-checkins mailing list