]> granicus.if.org Git - python/commitdiff
Remove {\rm ...} constructs.
authorFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 21:53:47 +0000 (21:53 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 21:53:47 +0000 (21:53 +0000)
Doc/lib/libposix.tex

index acae9af8caecfd3a006902bf2cbfab9420ab485c..0071bf1d6011fb7c12d8426eff179a5af9be276a 100644 (file)
@@ -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}