From be42c06bb01206209430f3ac08b72643dc7cad1c Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Fri, 30 Jul 2021 06:54:46 -0700 Subject: Update URLs in comments and metadata to use HTTPS (GH-27458) --- Lib/test/test_docxmlrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_docxmlrpc.py') diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 7d3e30cbee..7725250288 100644 --- a/Lib/test/test_docxmlrpc.py +++ b/Lib/test/test_docxmlrpc.py @@ -133,7 +133,7 @@ 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'RFC1952. Case should matter: pEp008 ' -- cgit v1.2.1