diff options
| author | Stéphane Wirtel <stephane@wirtel.be> | 2018-05-15 20:58:35 +0200 |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2018-05-15 14:58:35 -0400 |
| commit | 19177fbd5d6d9b29ccc302d65f9d9417ece082ce (patch) | |
| tree | 202e95daf156bad46c0ee152701fd2d904ffbe11 /Doc/library/ssl.rst | |
| parent | b056562860c227bad2e0ba7cd3130e115c007768 (diff) | |
| download | cpython-git-19177fbd5d6d9b29ccc302d65f9d9417ece082ce.tar.gz | |
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
Diffstat (limited to 'Doc/library/ssl.rst')
| -rw-r--r-- | Doc/library/ssl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 8082a383d5..f96549427a 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -2158,9 +2158,9 @@ Visual inspection shows that the certificate does identify the desired service (('commonName', 'www.python.org'),)), 'subjectAltName': (('DNS', 'www.python.org'), ('DNS', 'python.org'), - ('DNS', 'pypi.python.org'), + ('DNS', 'pypi.org'), ('DNS', 'docs.python.org'), - ('DNS', 'testpypi.python.org'), + ('DNS', 'testpypi.org'), ('DNS', 'bugs.python.org'), ('DNS', 'wiki.python.org'), ('DNS', 'hg.python.org'), |
