summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
commit907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch)
treede205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/libtime.tex
parent19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff)
downloadcpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.zip
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.bz2
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 30cae45..b12e774 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -80,7 +80,7 @@ The time tuple as returned by \function{gmtime()},
is a tuple of 9 integers:
\begin{tableiii}{r|l|l}{textrm}{Index}{Field}{Values}
- \lineiii{0}{year}{(e.g.\ 1993)}
+ \lineiii{0}{year}{(for example, 1993)}
\lineiii{1}{month}{range [1,12]}
\lineiii{2}{day}{range [1,31]}
\lineiii{3}{hour}{range [0,23]}
@@ -285,8 +285,8 @@ precision than 1 second.
\begin{datadesc}{timezone}
The offset of the local (non-DST) timezone, in seconds west of UTC
-(i.e. negative in most of Western Europe, positive in the US, zero in
-the UK).
+(negative in most of Western Europe, positive in the US, zero in the
+UK).
\end{datadesc}
\begin{datadesc}{tzname}