diff options
| author | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 +0000 |
| commit | 907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch) | |
| tree | de205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/libtime.tex | |
| parent | 19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff) | |
| download | cpython-git-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz | |
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.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 30cae459da..b12e7740bf 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} |
