From: Ned Deily Date: Thu, 27 Mar 2014 06:43:26 +0000 (-0700) Subject: Issue #20939: remove stray character from comment X-Git-Tag: v3.4.1rc1~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=944d597faa55de4cfeb63f41f8a6ef1a21b205e2;p=python Issue #20939: remove stray character from comment --- diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py index 58a3ee86c4..b32aef1d5d 100644 --- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -417,7 +417,7 @@ class ImportSideEffectTests(unittest.TestCase): @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')