Fixed typo in LocalTimezone doc.

This commit is contained in:
Daniele Varrazzo 2010-05-04 23:44:33 +01:00
parent bf1c76b792
commit d30daac782

View File

@ -78,7 +78,7 @@ DSTDIFF = DSTOFFSET - STDOFFSET
class LocalTimezone(datetime.tzinfo): class LocalTimezone(datetime.tzinfo):
"""Platform idea of local timezone. """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): def utcoffset(self, dt):