]> granicus.if.org Git - python/commitdiff
fix typo #5687
authorBenjamin Peterson <benjamin@python.org>
Sun, 5 Apr 2009 00:46:27 +0000 (00:46 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 5 Apr 2009 00:46:27 +0000 (00:46 +0000)
Modules/_io/_iomodule.c

index 58b5798a491c652d1f90672c534d2d75648a6190..1bba13a85e1a8c76adbab20555c37d1d688b45f6 100644 (file)
@@ -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"