summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 04:24:52 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-30 04:24:52 (GMT)
commit57a2f7f8ef59c972624215bf20fa97b55152f97e (patch)
tree962e1f5f65d308b2743b18e696b3a313dcc4b7b9 /Doc/lib/libtime.tex
parent9a748aa832fa3d8a2e454be159ec935d87f6800c (diff)
downloadcpython-57a2f7f8ef59c972624215bf20fa97b55152f97e.zip
cpython-57a2f7f8ef59c972624215bf20fa97b55152f97e.tar.gz
cpython-57a2f7f8ef59c972624215bf20fa97b55152f97e.tar.bz2
Change description of altzone to not refer to the "0th meridian".
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 07fc177..ee31392 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -111,8 +111,8 @@ string. It may also be modified at run time.
\begin{datadesc}{altzone}
The offset of the local DST timezone, in seconds west of UTC, if one
-is defined. Negative if the local DST timezone is east of the 0th
-meridian (as in Western Europe, including the UK). Only use this if
+is defined. This is negative if the local DST timezone is east of UTC
+(as in Western Europe, including the UK). Only use this if
\code{daylight} is nonzero.
\end{datadesc}