Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd35b03 commit 8f2b665Copy full SHA for 8f2b665
1 file changed
Modules/_io/_iomodule.c
@@ -60,7 +60,7 @@ PyDoc_STRVAR(module_doc,
60
"allowed to throw an IOError if they do not support a given operation.\n"
61
"\n"
62
"Extending IOBase is RawIOBase which deals simply with the reading and\n"
63
-"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"
64
"an interface to OS files.\n"
65
66
"BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its\n"
0 commit comments