Skip to content

Commit cb0f41f

Browse files
miss-islingtonsobolevnAA-Turner
authored
[3.11] gh-101100: Fix sphinx warnings in library/devmode.rst (GH-109963) (#109967)
Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 8ac20e5 commit cb0f41f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/devmode.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Effects of the Python Development Mode:
5959
``default``.
6060

6161
* Call :func:`faulthandler.enable` at Python startup to install handlers for
62-
the :const:`SIGSEGV`, :const:`SIGFPE`, :const:`SIGABRT`, :const:`SIGBUS` and
63-
:const:`SIGILL` signals to dump the Python traceback on a crash.
62+
the :const:`~signal.SIGSEGV`, :const:`~signal.SIGFPE`,
63+
:const:`~signal.SIGABRT`, :const:`~signal.SIGBUS` and
64+
:const:`~signal.SIGILL` signals to dump the Python traceback on a crash.
6465

6566
It behaves as if the :option:`-X faulthandler <-X>` command line option is
6667
used or if the :envvar:`PYTHONFAULTHANDLER` environment variable is set to

Doc/tools/.nitignore

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Doc/library/ctypes.rst
5555
Doc/library/datetime.rst
5656
Doc/library/dbm.rst
5757
Doc/library/decimal.rst
58-
Doc/library/devmode.rst
5958
Doc/library/difflib.rst
6059
Doc/library/dis.rst
6160
Doc/library/doctest.rst

0 commit comments

Comments
 (0)