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/xml/etree/ElementPath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/xml/etree/ElementPath.py') diff --git a/Lib/xml/etree/ElementPath.py b/Lib/xml/etree/ElementPath.py index 0d401db568..cd3c354d08 100644 --- a/Lib/xml/etree/ElementPath.py +++ b/Lib/xml/etree/ElementPath.py @@ -48,7 +48,7 @@ # -------------------------------------------------------------------- # Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/psf/license for licensing details. +# See https://www.python.org/psf/license for licensing details. ## # Implementation module for XPath support. There's usually no reason -- cgit v1.2.1