mirror of
https://github.com/python/cpython.git
synced 2025-10-15 19:29:46 +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):
|
def _done(self):
|
||||||
# called when the last byte is read from the line. After the
|
# called when the last byte is read from the line. After the
|
||||||
# call, all read methods are delegated to the underlying file
|
# call, all read methods are delegated to the underlying file
|
||||||
# obhect.
|
# object.
|
||||||
self._line_consumed = 1
|
self._line_consumed = 1
|
||||||
self.read = self._file.read
|
self.read = self._file.read
|
||||||
self.readline = self._file.readline
|
self.readline = self._file.readline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue