diff options
Diffstat (limited to 'Lib/test/test_docxmlrpc.py')
-rw-r--r-- | Lib/test/test_docxmlrpc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 89d8009..2ad4220 100644 --- a/Lib/test/test_docxmlrpc.py +++ b/Lib/test/test_docxmlrpc.py @@ -146,9 +146,9 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase): self.assertIn( (b'<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd>' b'<tt>Add two instances together. This ' - b'follows <a href="https://www.python.org/dev/peps/pep-0008/">' + b'follows <a href="https://peps.python.org/pep-0008/">' b'PEP008</a>, but has nothing<br>\nto do ' - b'with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">' + b'with <a href="https://www.rfc-editor.org/rfc/rfc1952.txt">' b'RFC1952</a>. Case should matter: pEp008 ' b'and rFC1952. Things<br>\nthat start ' b'with http and ftp should be ' |