summaryrefslogtreecommitdiff
path: root/gen_tzinfo.py
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-05-10 20:59:55 +0000
committerArch Librarian <arch@canonical.com>2005-05-10 20:59:55 +0000
commitda47c1cf1dd2076528ee480a42f316c524b18f03 (patch)
treec91ae392c9fcb78130d53a0aeac2c65d67651af7 /gen_tzinfo.py
parentc25a782f4b1b2e4d177ad56bfc0e6f472691ddc0 (diff)
downloadpytz-da47c1cf1dd2076528ee480a42f316c524b18f03.tar.gz
Spell Arthur's name correctly
Author: zenzen Date: 2005-01-07 04:51:30 GMT Spell Arthur's name correctly
Diffstat (limited to 'gen_tzinfo.py')
-rw-r--r--gen_tzinfo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen_tzinfo.py b/gen_tzinfo.py
index fa98e1c..361d225 100644
--- a/gen_tzinfo.py
+++ b/gen_tzinfo.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
'''
-$Id: gen_tzinfo.py,v 1.19 2004/07/24 18:05:54 zenzen Exp $
+$Id: gen_tzinfo.py,v 1.20 2005/01/07 04:51:30 zenzen Exp $
'''
import sys, os, os.path, shutil
@@ -33,10 +33,10 @@ def allzones():
zones = [z for z in zones if z in wanted]
# Does not cope with Riyadh87-89 - it appears this region went
# on solar time during this period and their DST offset changed
- # minute to minute (the Olsen database could only capture a precision
+ # minute to minute (the Olson database could only capture a precision
# of 5 seconds because of way too many zone changes, so the data isn't
# 100% accurate anyway).
- # 'Factory' and 'localtime' appear to be Olsen reference code specific
+ # 'Factory' and 'localtime' appear to be Olson reference code specific
# and are skipped
zones = [z for z in zones if 'Riyadh8' not in z and z not in [
'Factory', 'localtime'