Commit 4d55bf9f authored by R. David Murray's avatar R. David Murray

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

Thanks to Garrett Cooper for the fix.
parent 7ec754b7
...@@ -715,7 +715,7 @@ time_tzset(PyObject *self, PyObject *unused) ...@@ -715,7 +715,7 @@ time_tzset(PyObject *self, PyObject *unused)
} }
PyDoc_STRVAR(tzset_doc, PyDoc_STRVAR(tzset_doc,
"tzset(zone)\n\ "tzset()\n\
\n\ \n\
Initialize, or reinitialize, the local timezone to the value stored in\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\ os.environ['TZ']. The TZ environment variable should be specified in\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment