mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix typo #5687
This commit is contained in:
parent
bd35b035e9
commit
8f2b665dfa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue