]> granicus.if.org Git - python/commitdiff
Fix SF #994580, typo in time.tzsets docstring. Backport candidate
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 20 Jul 2004 22:34:37 +0000 (22:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 20 Jul 2004 22:34:37 +0000 (22:34 +0000)
Modules/timemodule.c

index f8557968f55feb6e4f361cb3671af8a90729aa92..21745e031d75d74acf4711b37040a0ccb8384f0b 100644 (file)
@@ -591,7 +591,7 @@ PyDoc_STRVAR(tzset_doc,
 \n\
 Initialize, or reinitialize, the local timezone to the value stored in\n\
 os.environ['TZ']. The TZ environment variable should be specified in\n\
-standard Uniz timezone format as documented in the tzset man page\n\
+standard Unix timezone format as documented in the tzset man page\n\
 (eg. 'US/Eastern', 'Europe/Amsterdam'). Unknown timezones will silently\n\
 fall back to UTC. If the TZ environment variable is not set, the local\n\
 timezone is set to the systems best guess of wallclock time.\n\