[Python-checkins] python/dist/src/Lib/test test_urllib.py, 1.15, 1.16

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Jun 29 09:07:57 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12980

Modified Files:
	test_urllib.py 
Log Message:
Docstring grammar fix

Index: test_urllib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_urllib.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** test_urllib.py	5 Jun 2004 13:30:56 -0000	1.15
--- test_urllib.py	29 Jun 2004 13:07:53 -0000	1.16
***************
*** 20,24 ****
  
      Try to test as much functionality as possible so as to cut down on reliance
!     on connect to the Net for testing.
  
      """
--- 20,24 ----
  
      Try to test as much functionality as possible so as to cut down on reliance
!     on connecting to the Net for testing.
  
      """




More information about the Python-checkins mailing list