diff options
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 e253a37dab..fd1d21acee 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} |