#10699: fix docstring for tzset: it does not take a parameter

Thanks to Garrett Cooper for the fix.
This commit is contained in:
R. David Murray 2010-12-14 00:55:46 +00:00
parent 7ec754b7da
commit 4d55bf9fcc
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ time_tzset(PyObject *self, PyObject *unused)
}
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\