]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
clean up a comment
authorFred Drake <fdrake@acm.org>
Sat, 5 Jan 2008 04:38:38 +0000 (04:38 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 5 Jan 2008 04:38:38 +0000 (04:38 +0000)
Lib/test/test_urlparse.py

index 0df4058dc272eee36a0a7c9bc9f5299717682b58..b39f83bfa75990fe8284a07452d3de6e5c4567a4 100644 (file)
@@ -255,8 +255,8 @@ class UrlParseTestCase(unittest.TestCase):
         self.assertEqual(p.geturl(), url)
 
         # Addressing issue1698, which suggests Username can contain
-        # "@" character. Though not RFC complaint, many ftp sites allow
-        # and requests email ids as usernames.
+        # "@" characters.  Though not RFC complaint, many ftp sites allow
+        # and request email addresses as usernames.
 
         url = "http://User@example.com:Pass@www.python.org:080/doc/?query=yes#frag"
         p = urlparse.urlsplit(url)