diff options
author | Fred Drake <fdrake@acm.org> | 1998-11-25 20:55:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-11-25 20:55:03 (GMT) |
commit | f65e323101c901936020cedb0dc60952046f9cd8 (patch) | |
tree | 57aeb0de1362e2449ced80effc32e80c4b244f58 | |
parent | af2590a9910e506a17a54d63754b58bfe1275188 (diff) | |
download | cpython-f65e323101c901936020cedb0dc60952046f9cd8.zip cpython-f65e323101c901936020cedb0dc60952046f9cd8.tar.gz cpython-f65e323101c901936020cedb0dc60952046f9cd8.tar.bz2 |
Fix remaining {\rm ...} construct.
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 7ecb41b..ff5ef22 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} |