Skip to content

Commit 321dfb2

Browse files
[3.14] pythongh-139843: Document signal.SIGQUIT to fix Sphinx references (pythonGH-139844) (python#139885)
pythongh-139843: Document `signal.SIGQUIT` to fix Sphinx references (pythonGH-139844) (cherry picked from commit 1f87d52) Co-authored-by: Weilin Du <[email protected]>
1 parent 60732d7 commit 321dfb2

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)