summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-27 06:43:26 (GMT)
committerNed Deily <nad@acm.org>2014-03-27 06:43:26 (GMT)
commit944d597faa55de4cfeb63f41f8a6ef1a21b205e2 (patch)
treefef95e7d81e55fdb675a2525cc3286e23b796e08 /Lib/test
parent5a507f0f05d6204559af7c54aabe3bd3a6953dfd (diff)
downloadcpython-944d597faa55de4cfeb63f41f8a6ef1a21b205e2.zip
cpython-944d597faa55de4cfeb63f41f8a6ef1a21b205e2.tar.gz
cpython-944d597faa55de4cfeb63f41f8a6ef1a21b205e2.tar.bz2
Issue #20939: remove stray character from comment
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
index 58a3ee8..b32aef1 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')