]> granicus.if.org Git - python/commitdiff
Issue #20939: remove stray character from comment
authorNed Deily <nad@acm.org>
Thu, 27 Mar 2014 06:43:26 +0000 (23:43 -0700)
committerNed Deily <nad@acm.org>
Thu, 27 Mar 2014 06:43:26 +0000 (23:43 -0700)
Lib/test/test_site.py

index 58a3ee86c44f19fec5b534ae02f8fe043a7d8b8f..b32aef1d5da95bf73ea6929b5ea762c0b360a58f 100644 (file)
@@ -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')