From 6881ea936e277b1733bee581c4e59e3a5d53bb29 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 30 Mar 2022 14:00:27 +0300 Subject: bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) --- Lib/test/test_docxmlrpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/test/test_docxmlrpc.py') diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 89d8009185..2ad422079b 100644 --- a/Lib/test/test_docxmlrpc.py +++ b/Lib/test/test_docxmlrpc.py @@ -146,9 +146,9 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase): self.assertIn( (b'
add(x, y)
' b'Add two instances together. This ' - b'follows ' + b'follows ' b'PEP008, but has nothing
\nto do ' - b'with ' + b'with ' b'RFC1952. Case should matter: pEp008 ' b'and rFC1952.  Things
\nthat start ' b'with http and ftp should be ' -- cgit v1.2.1