changeset: 89987:b533cc11d114 branch: 3.4 parent: 89985:6134684ba222 user: Ned Deily date: Wed Mar 26 23:43:26 2014 -0700 files: Lib/test/test_site.py description: Issue #20939: remove stray character from comment diff -r 6134684ba222 -r b533cc11d114 Lib/test/test_site.py --- a/Lib/test/test_site.py Wed Mar 26 23:31:39 2014 -0700 +++ b/Lib/test/test_site.py Wed Mar 26 23:43:26 2014 -0700 @@ -417,7 +417,7 @@ @unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"), 'need SSL support to download license') def test_license_exists_at_url(self): - # This test `is a bit fragile since it depends on the format of the + # This test is a bit fragile since it depends on the format of the # string displayed by license in the absence of a LICENSE file. url = license._Printer__data.split()[1] req = urllib.request.Request(url, method='HEAD')