summaryrefslogtreecommitdiffstats
path: root/Modules/_io/_iomodule.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/_iomodule.c
parentdfac6cc3e9df2a7352aaad3bb36390f850fc8ee6 (diff)
parentf527277b678b263b9d2f5ab52fb804fd1f62cde3 (diff)
downloadcpython-408026c7e8c019cf04372a4267c832241e18c62c.zip
cpython-408026c7e8c019cf04372a4267c832241e18c62c.tar.gz
cpython-408026c7e8c019cf04372a4267c832241e18c62c.tar.bz2
Merge 3.2
Diffstat (limited to 'Modules/_io/_iomodule.c')
-rw-r--r--Modules/_io/_iomodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_io/_iomodule.c b/Modules/_io/_iomodule.c
index e046917..9aad479 100644
--- a/Modules/_io/_iomodule.c
+++ b/Modules/_io/_iomodule.c
@@ -59,7 +59,7 @@ PyDoc_STRVAR(module_doc,
"\n"
"At the top of the I/O hierarchy is the abstract base class IOBase. It\n"
"defines the basic interface to a stream. Note, however, that there is no\n"
-"seperation between reading and writing to streams; implementations are\n"
+"separation between reading and writing to streams; implementations are\n"
"allowed to throw an IOError if they do not support a given operation.\n"
"\n"
"Extending IOBase is RawIOBase which deals simply with the reading and\n"