mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix typo in doc string
This commit is contained in:
parent
42f2ae0f69
commit
9a89e96f9f
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ class IOBase(metaclass=abc.ABCMeta):
|
||||||
This does not define read(), readinto() and write(), nor
|
This does not define read(), readinto() and write(), nor
|
||||||
readline() and friends, since their signatures vary per layer.
|
readline() and friends, since their signatures vary per layer.
|
||||||
|
|
||||||
Not that calling any method (even inquiries) on a closed file is
|
Note that calling any method (even inquiries) on a closed file is
|
||||||
undefined. Implementations may raise IOError in this case.
|
undefined. Implementations may raise IOError in this case.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
### Internal ###
|
### Internal ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue