summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-05-04 23:44:33 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-05-15 14:27:23 +0100
commitd30daac78264fd98b9b68b796a81f530a7986309 (patch)
treec2955e2c59fefb863f0408c921a4fe1f91931987 /lib
parentbf1c76b7928ec095073419790e8c1ae9b147e7ac (diff)
downloadpsycopg2-d30daac78264fd98b9b68b796a81f530a7986309.tar.gz
Fixed typo in LocalTimezone doc.
Diffstat (limited to 'lib')
-rw-r--r--lib/tz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tz.py b/lib/tz.py
index f3e9544..021d7f2 100644
--- a/lib/tz.py
+++ b/lib/tz.py
@@ -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):