summaryrefslogtreecommitdiff
path: root/Lib/test/test_site.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-26 23:43:26 -0700
committerNed Deily <nad@acm.org>2014-03-26 23:43:26 -0700
commite506408c35cc1d9c6dbdb76bfe44996832ece0df (patch)
tree811f18dc6bcde145fe37e8d76947cb8d6bf783d6 /Lib/test/test_site.py
parenta6b41cd8400dc582ac94afb1d478fd989d9f07c3 (diff)
downloadcpython-e506408c35cc1d9c6dbdb76bfe44996832ece0df.tar.gz
Issue #20939: remove stray character from comment
Diffstat (limited to 'Lib/test/test_site.py')
-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 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')