summaryrefslogtreecommitdiffstats
path: root/Modules/_io/textio.c
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 03:07:37 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-26 03:07:37 (GMT)
commit408026c7e8c019cf04372a4267c832241e18c62c (patch)
tree4fcb98a84a03a0234306d716c45af02d9b38788e /Modules/_io/textio.c
parentdfac6cc3e9df2a7352aaad3bb36390f850fc8ee6 (diff)
parentf527277b678b263b9d2f5ab52fb804fd1f62cde3 (diff)
downloadcpython-408026c7e8c019cf04372a4267c832241e18c62c.zip
cpython-408026c7e8c019cf04372a4267c832241e18c62c.tar.gz
cpython-408026c7e8c019cf04372a4267c832241e18c62c.tar.bz2
Merge 3.2
Diffstat (limited to 'Modules/_io/textio.c')
-rw-r--r--Modules/_io/textio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_io/textio.c b/Modules/_io/textio.c
index 890a356..79c64ba 100644
--- a/Modules/_io/textio.c
+++ b/Modules/_io/textio.c
@@ -641,7 +641,7 @@ PyDoc_STRVAR(textiowrapper_doc,
"enabled. With this enabled, on input, the lines endings '\\n', '\\r',\n"
"or '\\r\\n' are translated to '\\n' before being returned to the\n"
"caller. Conversely, on output, '\\n' is translated to the system\n"
- "default line seperator, os.linesep. If newline is any other of its\n"
+ "default line separator, os.linesep. If newline is any other of its\n"
"legal values, that newline becomes the newline when the file is read\n"
"and it is returned untranslated. On output, '\\n' is converted to the\n"
"newline.\n"