Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a15263

Browse files
committed
Capitalize first letter of an explanation for a \versionchanged
annotation.
1 parent a8d1078 commit 4a15263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ \subsection{Files and Directories \label{os-file-dir}}
785785
times are set to the current time. Otherwise, \var{times} must be a
786786
2-tuple of numbers, of the form \code{(\var{atime}, \var{mtime})}
787787
which is used to set the access and modified times, respectively.
788-
\versionchanged[added support for \code{None} for \var{times}]{2.0}
788+
\versionchanged[Added support for \code{None} for \var{times}]{2.0}
789789
Availability: Macintosh, \UNIX{}, Windows.
790790
\end{funcdesc}
791791

0 commit comments

Comments
 (0)