From f7476c4d463b5770b98d980bcd9bff3db981445d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 5 Jan 2008 04:38:38 +0000 Subject: [PATCH] clean up a comment --- Lib/test/test_urlparse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py index 0df4058dc2..b39f83bfa7 100644 --- a/Lib/test/test_urlparse.py +++ b/Lib/test/test_urlparse.py @@ -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) -- 2.50.1