From: Andrew M. Kuchling Date: Tue, 29 Jun 2004 13:07:53 +0000 (+0000) Subject: Docstring grammar fix X-Git-Tag: v2.4a1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1a2f9ec41e3477ae09da0ead52a573ec578de42;p=python Docstring grammar fix --- diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index a7ada274f4..1a32f53703 100644 --- a/Lib/test/test_urllib.py +++ b/Lib/test/test_urllib.py @@ -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. """