diff options
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index b53f670..9aa2214 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -120,7 +120,7 @@ The following exceptions are the exceptions that are usually raised. Raised when a floating point operation fails. This exception is always defined, but can only be raised when Python is configured with the - :option:`--with-fpectl` option, or the :const:`WANT_SIGFPE_HANDLER` symbol is + ``--with-fpectl`` option, or the :const:`WANT_SIGFPE_HANDLER` symbol is defined in the :file:`pyconfig.h` file. |