Index: Modules/timemodule.c =================================================================== --- Modules/timemodule.c (revision 87216) +++ Modules/timemodule.c (working copy) @@ -667,7 +667,7 @@ } PyDoc_STRVAR(tzset_doc, -"tzset(zone)\n\ +"tzset()\n\ \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\