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

Thanks to Garrett Cooper for the fix.
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 79803f4..89666a4 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -715,7 +715,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\