summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-27 06:44:18 (GMT)
committerNed Deily <nad@acm.org>2014-03-27 06:44:18 (GMT)
commitf6c4fe8c740d21908335e064f73eb0b6c71adbeb (patch)
tree91b0e07fd50383aab4c1d8922511dab9e863a2d8 /Lib
parentc74e48566fd83fe85ba1a642f89c5485cb65843c (diff)
parent944d597faa55de4cfeb63f41f8a6ef1a21b205e2 (diff)
downloadcpython-f6c4fe8c740d21908335e064f73eb0b6c71adbeb.zip
cpython-f6c4fe8c740d21908335e064f73eb0b6c71adbeb.tar.gz
cpython-f6c4fe8c740d21908335e064f73eb0b6c71adbeb.tar.bz2
Issue #20939: merge from 3.4
Diffstat (limited to 'Lib')
-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')