summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-01 06:29:18 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-01 06:29:18 (GMT)
commit69d6356eb931eb468ae2238d51664e92c8395b40 (patch)
tree346d3494b270b2e45250cd61f5d27eda8ed9b106 /Doc/lib/libtime.tex
parent8ee006097fb1c30557f7da743c0f03d0bbb0df7d (diff)
downloadcpython-69d6356eb931eb468ae2238d51664e92c8395b40.zip
cpython-69d6356eb931eb468ae2238d51664e92c8395b40.tar.gz
cpython-69d6356eb931eb468ae2238d51664e92c8395b40.tar.bz2
Fix spelling, grammar, usage, and markup.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 6fe11ec..6597ac5 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -295,10 +295,11 @@ string to be parsed has excess data after parsing,
any missing data is \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} .
Support for the \code{\%Z} directive is based on the values contained in
-\code{tzname} and whether \code{daylight} is true. Because of this
-it is platform-specifc sans recognition for UTC and GMT which are
+\code{tzname} and whether \code{daylight} is true. Because of this,
+it is platform-specific without recognition for UTC and GMT which are
always known (and are considered to be non-daylight savings
timezones).
+\end{funcdesc}
\begin{datadesc}{struct_time}
The type of the time value sequence returned by \function{gmtime()},