summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-06-29 13:07:53 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-06-29 13:07:53 (GMT)
commitf1a2f9ec41e3477ae09da0ead52a573ec578de42 (patch)
treeef492532a48baa36ff220afc3bff3bfa29030931
parenta031a0870de76c28244f4ffd641cc5643022e369 (diff)
downloadcpython-f1a2f9ec41e3477ae09da0ead52a573ec578de42.zip
cpython-f1a2f9ec41e3477ae09da0ead52a573ec578de42.tar.gz
cpython-f1a2f9ec41e3477ae09da0ead52a573ec578de42.tar.bz2
Docstring grammar fix
-rw-r--r--Lib/test/test_urllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py
index a7ada27..1a32f53 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.
"""