Commit 74b9a7a7 authored by Skip Montanaro's avatar Skip Montanaro

typo

parent 12fe72e9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment