mirror of
https://github.com/python/cpython.git
synced 2025-11-04 11:49:12 +00:00
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
image of the argument list....
This commit is contained in:
parent
295b8e5608
commit
455838a217
2 changed files with 2 additions and 2 deletions
|
|
@ -417,7 +417,7 @@ Remove the file \var{path}. This is the same function as \code{remove};
|
||||||
the \code{unlink} name is its traditional \UNIX{} name.
|
the \code{unlink} name is its traditional \UNIX{} name.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}
|
\begin{funcdesc}{utime}{path\, {\rm (}atime, mtime{\rm )}}
|
||||||
Set the access and modified time of the file to the given values.
|
Set the access and modified time of the file to the given values.
|
||||||
(The second argument is a tuple of two items.)
|
(The second argument is a tuple of two items.)
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
||||||
|
|
@ -417,7 +417,7 @@ Remove the file \var{path}. This is the same function as \code{remove};
|
||||||
the \code{unlink} name is its traditional \UNIX{} name.
|
the \code{unlink} name is its traditional \UNIX{} name.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}
|
\begin{funcdesc}{utime}{path\, {\rm (}atime, mtime{\rm )}}
|
||||||
Set the access and modified time of the file to the given values.
|
Set the access and modified time of the file to the given values.
|
||||||
(The second argument is a tuple of two items.)
|
(The second argument is a tuple of two items.)
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue