[Python-checkins] python/dist/src/Lib urllib2.py,1.36,1.37

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Fri, 11 Oct 2002 10:27:57 -0700


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

Modified Files:
	urllib2.py 
Log Message:
Typo in docstring


Index: urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib2.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** urllib2.py	11 Oct 2002 17:26:46 -0000	1.36
--- urllib2.py	11 Oct 2002 17:27:55 -0000	1.37
***************
*** 6,10 ****
  object; the returned object has some extra methods described below.
  
! The OpenerDirectory manages a collection of Handler objects that do
  all the actual work.  Each Handler implements a particular protocol or
  option.  The OpenerDirector is a composite object that invokes the
--- 6,10 ----
  object; the returned object has some extra methods described below.
  
! The OpenerDirector manages a collection of Handler objects that do
  all the actual work.  Each Handler implements a particular protocol or
  option.  The OpenerDirector is a composite object that invokes the