From 0589914e60e273678f5c0465d0a295df13c6f34a Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 5 Jan 2008 15:13:49 +0000 Subject: Fix comment typo --- Lib/test/test_urlparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py index b39f83b..bf9e317 100644 --- a/Lib/test/test_urlparse.py +++ b/Lib/test/test_urlparse.py @@ -255,7 +255,7 @@ class UrlParseTestCase(unittest.TestCase): self.assertEqual(p.geturl(), url) # Addressing issue1698, which suggests Username can contain - # "@" characters. Though not RFC complaint, many ftp sites allow + # "@" characters. Though not RFC compliant, many ftp sites allow # and request email addresses as usernames. url = "http://User@example.com:Pass@www.python.org:080/doc/?query=yes#frag" -- cgit v0.12