mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix SF #994580, typo in time.tzsets docstring. Backport candidate
This commit is contained in:
parent
0260519c52
commit
dc8e1942dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue