mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove {\rm ...} constructs.
This commit is contained in:
parent
84538cd076
commit
caa3379c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ Remove the file \var{path}. This is the same function as \code{remove};
|
|||
the \code{unlink} name is its traditional \UNIX{} name.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{utime}{path, {\rm (}atime, mtime{\rm )}}
|
||||
\begin{funcdesc}{utime}{path, (atime, mtime)}
|
||||
Set the access and modified time of the file to the given values.
|
||||
(The second argument is a tuple of two items.)
|
||||
\end{funcdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue