We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce21a9b commit 57d91c9Copy full SHA for 57d91c9
Lib/test/test_docxmlrpc.py
@@ -133,7 +133,7 @@ def test_autolinking(self):
133
self.assertIn(
134
(b'<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd>'
135
b'<tt>Add two instances together. This '
136
- b'follows <a href="http://www.python.org/dev/peps/pep-0008/">'
+ b'follows <a href="https://www.python.org/dev/peps/pep-0008/">'
137
b'PEP008</a>, but has nothing<br>\nto do '
138
b'with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">'
139
b'RFC1952</a>. Case should matter: pEp008 '
0 commit comments