diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-30 07:25:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 16:25:28 +0200 |
commit | f7f1c26423b1208ef22cbe0f60f36e26a51cebf6 (patch) | |
tree | 0499d38d116e0ae4b995296b6db472d0952dd50d /Lib/weakref.py | |
parent | 6ca35f2891a4d88503dbb3143db21a0ff258915b (diff) | |
download | cpython-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/weakref.py')
-rw-r--r-- | Lib/weakref.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/weakref.py b/Lib/weakref.py index 5fa851dd6d..a968139f98 100644 --- a/Lib/weakref.py +++ b/Lib/weakref.py @@ -2,7 +2,7 @@ This module is an implementation of PEP 205: -http://www.python.org/dev/peps/pep-0205/ +https://www.python.org/dev/peps/pep-0205/ """ # Naming convention: Variables named "wr" are weak reference objects; |