mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fixed typo in LocalTimezone doc.
This commit is contained in:
parent
bf1c76b792
commit
d30daac782
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user