From 74b9a7a71f6da74da872198dcb226ec1e7fbe966 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 25 Feb 2003 17:48:15 +0000 Subject: typo --- Lib/httplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/httplib.py') 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 -- cgit v1.2.1