]> granicus.if.org Git - python/commitdiff
Fix spelling, grammar, usage, and markup.
authorRaymond Hettinger <python@rcn.com>
Tue, 1 Jul 2003 06:29:18 +0000 (06:29 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 1 Jul 2003 06:29:18 +0000 (06:29 +0000)
Doc/lib/libtime.tex

index 6fe11ecd8f960a04833e37dd9d3e5df6f3d40199..6597ac5c78bf2925e72729d2404c24b0952191ed 100644 (file)
@@ -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()},