From: Skip Montanaro Date: Tue, 25 Feb 2003 17:48:15 +0000 (+0000) Subject: typo X-Git-Tag: v2.3c1~1689 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74b9a7a71f6da74da872198dcb226ec1e7fbe966;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Lib/httplib.py b/Lib/httplib.py index e98fa4637d09..088e3f390520 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