Fix remaining {\rm ...} construct.

This commit is contained in:
Fred Drake 1998-11-25 20:55:03 +00:00
parent af2590a991
commit f65e323101
1 changed files with 1 additions and 1 deletions

View 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}