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 42f2ae0 commit 9a89e96Copy full SHA for 9a89e96
1 file changed
Lib/io.py
@@ -228,8 +228,8 @@ class IOBase(metaclass=abc.ABCMeta):
228
This does not define read(), readinto() and write(), nor
229
readline() and friends, since their signatures vary per layer.
230
231
- Not that calling any method (even inquiries) on a closed file is
232
- undefined. Implementations may raise IOError in this case.
+ Note that calling any method (even inquiries) on a closed file is
+ undefined. Implementations may raise IOError in this case.
233
"""
234
235
### Internal ###
0 commit comments