From: Fred Drake Date: Sat, 5 Jan 2002 01:51:37 +0000 (+0000) Subject: Fix minor typo reported in SF patch #497951. X-Git-Tag: v2.1.2c1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0a128650b51101da39c1bcb8f49a59e04e3da90;p=thirdparty%2FPython%2Fcpython.git Fix minor typo reported in SF patch #497951. --- diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex index 87e16194b0b5..883d38cffb5c 100644 --- a/Doc/lib/librfc822.tex +++ b/Doc/lib/librfc822.tex @@ -82,7 +82,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