summaryrefslogtreecommitdiff
path: root/lib/tz.py
diff options
context:
space:
mode:
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 9f078c7..f3e9544 100644
--- a/lib/tz.py
+++ b/lib/tz.py
@@ -35,7 +35,7 @@ class FixedOffsetTimezone(datetime.tzinfo):
"""Fixed offset in minutes east from UTC.
This is exactly the implementation__ found in Python 2.3.x documentation,
- with a small change to the :meth:`!__init__` method to allow for pickling
+ with a small change to the `!__init__()` method to allow for pickling
and a default name in the form ``sHH:MM`` (``s`` is the sign.).
.. __: http://docs.python.org/library/datetime.html#datetime-tzinfo