diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-11 19:46:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-11 19:46:40 (GMT) |
commit | ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063 (patch) | |
tree | 7f9bb26df0a6a703bad4c832f35e3db63c0dd1f1 /Doc/lib/libexcs.tex | |
parent | 2b853417769e8b4cc7d7917188490ee9aadc4550 (diff) | |
download | cpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.zip cpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.tar.gz cpython-ee775a194c4c09ca9b0b67dcf0b84cb8ee09b063.tar.bz2 |
Make use of \longprogramopt where appropriate.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-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 e253a37..fd1d21a 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -137,7 +137,7 @@ Raised when an \keyword{assert} statement fails. \begin{excdesc}{FloatingPointError} Raised when a floating point operation fails. This exception is always defined, but can only be raised when Python is configured - with the \programopt{-}\programopt{-with-fpectl} option, or the + with the \longprogramopt{with-fpectl} option, or the \constant{WANT_SIGFPE_HANDLER} symbol is defined in the \file{config.h} file. \end{excdesc} |