summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-30 07:25:28 -0700
committerGitHub <noreply@github.com>2021-07-30 16:25:28 +0200
commitf7f1c26423b1208ef22cbe0f60f36e26a51cebf6 (patch)
tree0499d38d116e0ae4b995296b6db472d0952dd50d /Lib/turtle.py
parent6ca35f2891a4d88503dbb3143db21a0ff258915b (diff)
downloadcpython-git-f7f1c26423b1208ef22cbe0f60f36e26a51cebf6.tar.gz
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
(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 7d94720f81..7e36c2c51d 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