summaryrefslogtreecommitdiffstats
path: root/Lib/turtle.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/turtle.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/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 6e19032..793b35e 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -38,7 +38,7 @@ pictures can easily be drawn.
----- turtle.py
This module is an extended reimplementation of turtle.py from the
-Python standard distribution up to Python 2.5. (See: http://www.python.org)
+Python standard distribution up to Python 2.5. (See: https://www.python.org)
It tries to keep the merits of turtle.py and to be (nearly) 100%
compatible with it. This means in the first place to enable the