Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f2b665

Browse files
committed
fix typo #5687
1 parent bd35b03 commit 8f2b665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_io/_iomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PyDoc_STRVAR(module_doc,
6060
"allowed to throw an IOError if they do not support a given operation.\n"
6161
"\n"
6262
"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"
63+
"writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide\n"
6464
"an interface to OS files.\n"
6565
"\n"
6666
"BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its\n"

0 commit comments

Comments
 (0)