mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
typo
This commit is contained in:
parent
12fe72e9df
commit
74b9a7a71f
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ class LineAndFileWrapper:
|
|||
def _done(self):
|
||||
# called when the last byte is read from the line. After the
|
||||
# call, all read methods are delegated to the underlying file
|
||||
# obhect.
|
||||
# object.
|
||||
self._line_consumed = 1
|
||||
self.read = self._file.read
|
||||
self.readline = self._file.readline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue