summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <gerhard.weis@gmx.com>2012-01-26 18:10:28 +1000
committerGerhard Weis <gerhard.weis@gmx.com>2012-01-26 18:10:28 +1000
commitdf6bc9d9885a7ff3aabbfe83d662117fcd8c4c99 (patch)
tree6a3c157d1c1fe61ef92b799ee5482cf4943a381c
parent329b4a4eb8d88b6e6521e99875ff717fd3a6547b (diff)
downloadisodate-df6bc9d9885a7ff3aabbfe83d662117fcd8c4c99.tar.gz
make my syntax highlighter happy
-rw-r--r--src/isodate/tzinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/isodate/tzinfo.py b/src/isodate/tzinfo.py
index 776d905..ed6720f 100644
--- a/src/isodate/tzinfo.py
+++ b/src/isodate/tzinfo.py
@@ -93,9 +93,9 @@ DSTDIFF = DSTOFFSET - STDOFFSET
# difference between local time zone and local DST time zone
class LocalTimezone(tzinfo):
- '''
+ """
A class capturing the platform's idea of local time.
- '''
+ """
def utcoffset(self, dt):
'''