diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 00:17:52 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 00:49:19 +0000 |
| commit | 97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21 (patch) | |
| tree | 104d6adbc709766e9f2657e28c225e3508b67c64 /lib/tz.py | |
| parent | 4412826556ea5af86ca2be0cf03a691f4e7cdadb (diff) | |
| download | psycopg2-97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21.tar.gz | |
Use the default role for cross referencing Python objects.
Diffstat (limited to 'lib/tz.py')
| -rw-r--r-- | lib/tz.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
