[Python-checkins] python/dist/src/Lib httplib.py,1.70,1.71

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 25 Feb 2003 09:48:21 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4881

Modified Files:
	httplib.py 
Log Message:
typo


Index: httplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/httplib.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** httplib.py	24 Nov 2002 02:35:33 -0000	1.70
--- httplib.py	25 Feb 2003 17:48:15 -0000	1.71
***************
*** 1141,1145 ****
          # called when the last byte is read from the line.  After the
          # call, all read methods are delegated to the underlying file
!         # obhect.
          self._line_consumed = 1
          self.read = self._file.read
--- 1141,1145 ----
          # called when the last byte is read from the line.  After the
          # call, all read methods are delegated to the underlying file
!         # object.
          self._line_consumed = 1
          self.read = self._file.read