summaryrefslogtreecommitdiff
path: root/lib/tz.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 18:54:55 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-22 19:02:33 -0700
commitb07e34e0b892283b7b2bcb88e473806dff67dce0 (patch)
tree350947e2c42757a630ac7652bbdcee10a4e218bd /lib/tz.py
parent6b6b1a6e8d5d831fe17b168b4bf33d2c22bb2cc0 (diff)
downloadpsycopg2-b07e34e0b892283b7b2bcb88e473806dff67dce0.tar.gz
Prefer https:// URLs when available
Diffstat (limited to 'lib/tz.py')
-rw-r--r--lib/tz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tz.py b/lib/tz.py
index d593175..97f3857 100644
--- a/lib/tz.py
+++ b/lib/tz.py
@@ -44,7 +44,7 @@ class FixedOffsetTimezone(datetime.tzinfo):
offset and name that instance will be returned. This saves memory and
improves comparability.
- .. __: http://docs.python.org/library/datetime.html#datetime-tzinfo
+ .. __: https://docs.python.org/library/datetime.html
"""
_name = None
_offset = ZERO