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

Skip to content

Commit 9a89e96

Browse files
committed
fix typo in doc string
1 parent 42f2ae0 commit 9a89e96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ class IOBase(metaclass=abc.ABCMeta):
228228
This does not define read(), readinto() and write(), nor
229229
readline() and friends, since their signatures vary per layer.
230230
231-
Not that calling any method (even inquiries) on a closed file is
232-
undefined. Implementations may raise IOError in this case.
231+
Note that calling any method (even inquiries) on a closed file is
232+
undefined. Implementations may raise IOError in this case.
233233
"""
234234

235235
### Internal ###

0 commit comments

Comments
 (0)