summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-19 05:33:46 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-19 05:33:46 (GMT)
commit4a152630ca8c4e68dd8ed7b00a3234560bef2a1c (patch)
treec3fce6dc6029b6a5dd93fa278b0abe1bde38742c /Doc
parenta8d10785f148ad170d34868b869cb5cffe9f13a4 (diff)
downloadcpython-4a152630ca8c4e68dd8ed7b00a3234560bef2a1c.zip
cpython-4a152630ca8c4e68dd8ed7b00a3234560bef2a1c.tar.gz
cpython-4a152630ca8c4e68dd8ed7b00a3234560bef2a1c.tar.bz2
Capitalize first letter of an explanation for a \versionchanged
annotation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index e7683ce..6ea9349 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -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}