diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 01:55:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 01:55:03 (GMT) |
commit | 43dc1fc92611d77728277527138248112c511b0f (patch) | |
tree | e20195214c1f8826e45e134a5ba7aae5c1d939ed /Doc/lib/emailutil.tex | |
parent | 6f97e493e1626d101c53472c239e28e3fae3b42a (diff) | |
download | cpython-43dc1fc92611d77728277527138248112c511b0f.zip cpython-43dc1fc92611d77728277527138248112c511b0f.tar.gz cpython-43dc1fc92611d77728277527138248112c511b0f.tar.bz2 |
Minor grammar and typo fixes
Diffstat (limited to 'Doc/lib/emailutil.tex')
-rw-r--r-- | Doc/lib/emailutil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index a5030d2..d1c7ec9 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -101,7 +101,7 @@ timestamp. It the timezone item in the tuple is \code{None}, assume local time. Minor deficiency: \function{mktime_tz()} interprets the first 8 elements of \var{tuple} as a local time and then compensates for the timezone difference. This may yield a slight error around -changes in daylight savings time, though not worth worring about for +changes in daylight savings time, though not worth worrying about for common use. \end{funcdesc} |