summaryrefslogtreecommitdiffstats
path: root/Modules/_io/_iomodule.c
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 01:14:08 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-26 01:14:08 (GMT)
commitfab976624df27bfcf999f93a1047173c27555725 (patch)
treedc38bf29f70d7883f30050bd1b0058e6f34ffa22 /Modules/_io/_iomodule.c
parenta6091998afc5bb7940315ef7b105e1703f64a375 (diff)
downloadcpython-fab976624df27bfcf999f93a1047173c27555725.zip
cpython-fab976624df27bfcf999f93a1047173c27555725.tar.gz
cpython-fab976624df27bfcf999f93a1047173c27555725.tar.bz2
Fix typo in “seperat{or,ion}”
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 61362c7..4c90433 100644
--- a/Modules/_io/_iomodule.c
+++ b/Modules/_io/_iomodule.c
@@ -58,7 +58,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"