From d30daac78264fd98b9b68b796a81f530a7986309 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 4 May 2010 23:44:33 +0100 Subject: [PATCH] Fixed typo in LocalTimezone doc. --- lib/tz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tz.py b/lib/tz.py index f3e9544f..021d7f29 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):