summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-01-05 01:52:41 (GMT)
committerFred Drake <fdrake@acm.org>2002-01-05 01:52:41 (GMT)
commitd93d68bd13400bc9e499eb9592f9deb47884b9d0 (patch)
treeb0e3d846e517b7e40730cb9c69b2f38918413f31
parentc4cf27e8e0280e6963091452a28b0533e6c1b742 (diff)
downloadcpython-d93d68bd13400bc9e499eb9592f9deb47884b9d0.zip
cpython-d93d68bd13400bc9e499eb9592f9deb47884b9d0.tar.gz
cpython-d93d68bd13400bc9e499eb9592f9deb47884b9d0.tar.bz2
Fix minor typo reported in SF patch #497951.
-rw-r--r--Doc/lib/librfc822.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 7414715..2fb7d3e 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -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