From f65e323101c901936020cedb0dc60952046f9cd8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Nov 1998 20:55:03 +0000 Subject: [PATCH] Fix remaining {\rm ...} construct. --- Doc/lib/libexcs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 7ecb41bea93..ff5ef2259d1 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -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}