mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #20939: remove stray character from comment
This commit is contained in:
parent
5a507f0f05
commit
944d597faa
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue