From: Fred Drake Date: Mon, 30 Nov 1998 21:53:47 +0000 (+0000) Subject: Remove {\rm ...} constructs. X-Git-Tag: v1.5.2b1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caa3379c4f25aabd9964a8cde40bea2f0ff00451;p=python Remove {\rm ...} constructs. --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index acae9af8ca..0071bf1d60 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -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}