summaryrefslogtreecommitdiffstats
path: root/Doc/includes/tzinfo_examples.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-07 19:02:51 (GMT)
committerGitHub <noreply@github.com>2022-10-07 19:02:51 (GMT)
commita421c87b54facbbc223c7539172a5871e1a75edb (patch)
tree63faa2a4b776dcac38d1f3fbf8be9e37ada17a70 /Doc/includes/tzinfo_examples.py
parent3dc8eb41bcd2eda2704037886172a35e0839b892 (diff)
downloadcpython-a421c87b54facbbc223c7539172a5871e1a75edb.zip
cpython-a421c87b54facbbc223c7539172a5871e1a75edb.tar.gz
cpython-a421c87b54facbbc223c7539172a5871e1a75edb.tar.bz2
[3.11] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98049)
(cherry picked from commit c81c64ca58822156beba79dfd3035bf2a5b7354e) Co-authored-by: 180909 <734461790@qq.com>
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.