diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-05-04 23:44:33 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-05-15 14:27:23 +0100 |
commit | d30daac78264fd98b9b68b796a81f530a7986309 (patch) | |
tree | c2955e2c59fefb863f0408c921a4fe1f91931987 /lib | |
parent | bf1c76b7928ec095073419790e8c1ae9b147e7ac (diff) | |
download | psycopg2-d30daac78264fd98b9b68b796a81f530a7986309.tar.gz |
Fixed typo in LocalTimezone doc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tz.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ DSTDIFF = DSTOFFSET - STDOFFSET class LocalTimezone(datetime.tzinfo): """Platform idea of local timezone. - This is the exact implementation from the Pyhton 2.3 documentation. + This is the exact implementation from the Python 2.3 documentation. """ def utcoffset(self, dt): |