mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix minor typo reported in SF patch #497951.
This commit is contained in:
parent
c4cf27e8e0
commit
d93d68bd13
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ usable.
|
|||
|
||||
\begin{funcdesc}{mktime_tz}{tuple}
|
||||
Turn a 10-tuple as returned by \function{parsedate_tz()} into a UTC
|
||||
timestamp. It the timezone item in the tuple is \code{None}, assume
|
||||
timestamp. If the timezone item in the tuple is \code{None}, assume
|
||||
local time. Minor deficiency: this first interprets the first 8
|
||||
elements as a local time and then compensates for the timezone
|
||||
difference; this may yield a slight error around daylight savings time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue