summaryrefslogtreecommitdiffstats
path: root/Doc/includes/tzinfo_examples.py
diff options
context:
space:
mode:
author180909 <734461790@qq.com>2022-10-07 18:52:45 (GMT)
committerGitHub <noreply@github.com>2022-10-07 18:52:45 (GMT)
commitc81c64ca58822156beba79dfd3035bf2a5b7354e (patch)
tree5cb612dd81f5f9d03c42dec5df2c5eb1a072bb6b /Doc/includes/tzinfo_examples.py
parentc7b220499662f0c7a4cae51e33372f92ca7b1ee9 (diff)
downloadcpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.zip
cpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.tar.gz
cpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.tar.bz2
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
Diffstat (limited to 'Doc/includes/tzinfo_examples.py')
-rw-r--r--Doc/includes/tzinfo_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/includes/tzinfo_examples.py b/Doc/includes/tzinfo_examples.py
index 9b9e32a..1fa6e61 100644
--- a/Doc/includes/tzinfo_examples.py
+++ b/Doc/includes/tzinfo_examples.py
@@ -71,7 +71,7 @@ def first_sunday_on_or_after(dt):
# DST start and end times. For a complete and up-to-date set of DST rules
# and timezone definitions, visit the Olson Database (or try pytz):
# http://www.twinsun.com/tz/tz-link.htm
-# http://sourceforge.net/projects/pytz/ (might not be up-to-date)
+# https://sourceforge.net/projects/pytz/ (might not be up-to-date)
#
# In the US, since 2007, DST starts at 2am (standard time) on the second
# Sunday in March, which is the first Sunday on or after Mar 8.