]> granicus.if.org Git - python/commitdiff
Capitalize first letter of an explanation for a \versionchanged
authorFred Drake <fdrake@acm.org>
Thu, 19 Oct 2000 05:33:46 +0000 (05:33 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 19 Oct 2000 05:33:46 +0000 (05:33 +0000)
annotation.

Doc/lib/libos.tex

index e7683cef015bb03745b84ceecb128f95171b3579..6ea9349f418786327382a3815ceb3d8aac57cad9 100644 (file)
@@ -785,7 +785,7 @@ If \var{times} is \code{None}, then the file's access and modified
 times are set to the current time.  Otherwise, \var{times} must be a
 2-tuple of numbers, of the form \code{(\var{atime}, \var{mtime})}
 which is used to set the access and modified times, respectively.
-\versionchanged[added support for \code{None} for \var{times}]{2.0}
+\versionchanged[Added support for \code{None} for \var{times}]{2.0}
 Availability: Macintosh, \UNIX{}, Windows.
 \end{funcdesc}