]> granicus.if.org Git - python/commitdiff
Fix remaining {\rm ...} construct.
authorFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 20:55:03 +0000 (20:55 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 20:55:03 +0000 (20:55 +0000)
Doc/lib/libexcs.tex

index 7ecb41bea93ab51c4e302d4bd6d083ae2f470f50..ff5ef2259d1e4bbe04e0f1257bca97a96af5f522 100644 (file)
@@ -169,7 +169,7 @@ Raised when an \keyword{assert} statement fails.
 \begin{excdesc}{ImportError}
 % XXXJH xref to import statement?
   Raised when an \keyword{import} statement fails to find the module
-  definition or when a \code{from {\rm \ldots} import} fails to find a
+  definition or when a \code{from \textrm{\ldots} import} fails to find a
   name that is to be imported.
 \end{excdesc}