summaryrefslogtreecommitdiff
path: root/Lib/httplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r--Lib/httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py
index e98fa4637d..088e3f3905 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -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