Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2008-01-05 15:13:49 +00:00
parent 9871d8fe22
commit 0589914e60
1 changed files with 1 additions and 1 deletions

View File

@ -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"