]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Tue, 25 Feb 2003 17:48:15 +0000 (17:48 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 25 Feb 2003 17:48:15 +0000 (17:48 +0000)
Lib/httplib.py

index e98fa4637d096a6c29efb0d9e04996cdbdfb839a..088e3f3905208cbbe092d0bddbaea763b63430e5 100644 (file)
@@ -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