mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Capitalize first letter of an explanation for a \versionchanged
annotation.
This commit is contained in:
parent
a8d10785f1
commit
4a152630ca
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue