From f1a2f9ec41e3477ae09da0ead52a573ec578de42 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 29 Jun 2004 13:07:53 +0000 Subject: [PATCH] Docstring grammar fix --- Lib/test/test_urllib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index a7ada274f4fa..1a32f537038d 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. """ -- 2.47.3