From: Benjamin Peterson Date: Sun, 5 Apr 2009 00:46:27 +0000 (+0000) Subject: fix typo #5687 X-Git-Tag: v3.1b1~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f2b665dfa6980cd643c3df37a7358b6a23026b6;p=python fix typo #5687 --- diff --git a/Modules/_io/_iomodule.c b/Modules/_io/_iomodule.c index 58b5798a49..1bba13a85e 100644 --- a/Modules/_io/_iomodule.c +++ b/Modules/_io/_iomodule.c @@ -60,7 +60,7 @@ PyDoc_STRVAR(module_doc, "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" -"writing of raw bytes to a stream. FileIO subc lasses RawIOBase to provide\n" +"writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide\n" "an interface to OS files.\n" "\n" "BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its\n"