Skip to content

Commit

Permalink
fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Apr 6, 2008
1 parent 42f2ae0 commit 9a89e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ class IOBase(metaclass=abc.ABCMeta):
This does not define read(), readinto() and write(), nor
readline() and friends, since their signatures vary per layer.
Not that calling any method (even inquiries) on a closed file is
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.
"""

### Internal ###
Expand Down

0 comments on commit 9a89e96

Please sign in to comment.