]> granicus.if.org Git - python/commitdiff
Docstring grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Jun 2004 13:07:53 +0000 (13:07 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 29 Jun 2004 13:07:53 +0000 (13:07 +0000)
Lib/test/test_urllib.py

index a7ada274f4faea87abe98313b3d19a1fe55be5a5..1a32f537038d178cee63fa11fab209ac95c93828 100644 (file)
@@ -19,7 +19,7 @@ class urlopen_FileTests(unittest.TestCase):
     """Test urlopen() opening a temporary file.
 
     Try to test as much functionality as possible so as to cut down on reliance
-    on connect to the Net for testing.
+    on connecting to the Net for testing.
 
     """