summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-01 07:19:17 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-01 07:19:17 (GMT)
commit9c8f78deab036f64b997ccdd29573205c6bed0e2 (patch)
tree33a78dd2c4b93cf19bd9a54a9ea54c983d19e935 /Doc/lib/libtime.tex
parent69d6356eb931eb468ae2238d51664e92c8395b40 (diff)
downloadcpython-9c8f78deab036f64b997ccdd29573205c6bed0e2.zip
cpython-9c8f78deab036f64b997ccdd29573205c6bed0e2.tar.gz
cpython-9c8f78deab036f64b997ccdd29573205c6bed0e2.tar.bz2
Improve the wording a bit
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 6597ac5..eb4d719 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -296,7 +296,7 @@ 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-specific without recognition for UTC and GMT which are
+it is platform-specific except for recognizing UTC and GMT which are
always known (and are considered to be non-daylight savings
timezones).
\end{funcdesc}