summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r--Doc/library/exceptions.rst2
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.