Skip to content

Commit 1f87d52

Browse files
authored
gh-139843: Document signal.SIGQUIT to fix Sphinx references (#139844)
1 parent 9e15770 commit 1f87d52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/signal.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
205205

206206
.. availability:: Unix.
207207

208+
.. data:: SIGQUIT
209+
210+
Terminal quit signal.
211+
212+
.. availability:: Unix.
213+
208214
.. data:: SIGSEGV
209215

210216
Segmentation fault: invalid memory reference.

0 commit comments

Comments
 (0)