Kaydet (Commit) 8f2b665d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix typo #5687

üst bd35b035
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment