summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree/ElementPath.py
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-07-30 14:34:04 (GMT)
committerGitHub <noreply@github.com>2021-07-30 14:34:04 (GMT)
commit168879e366ec56b20fe4792b5851e8de32aaee87 (patch)
tree3b8e60317024e9d04c16f3c5b0ee8d4a01d57ba7 /Lib/xml/etree/ElementPath.py
parenta603aa472a38f778e2ed0cce73168e15f03c352c (diff)
downloadcpython-168879e366ec56b20fe4792b5851e8de32aaee87.zip
cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.gz
cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.bz2
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
(cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c) Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'Lib/xml/etree/ElementPath.py')
-rw-r--r--Lib/xml/etree/ElementPath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementPath.py b/Lib/xml/etree/ElementPath.py
index d318e65..880ea7bd 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