Skip to content

Commit bb65c9e

Browse files
authored
Change order
1 parent 5932275 commit bb65c9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/signal.rst

Lines changed: 6 additions & 6 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.
@@ -243,12 +249,6 @@ The variables defined in the :mod:`signal` module are:
243249

244250
.. availability:: Unix.
245251

246-
.. data:: SIGQUIT
247-
248-
Terminal quit signal.
249-
250-
.. availability:: Unix.
251-
252252
.. data:: SIG*
253253

254254
All the signal numbers are defined symbolically. For example, the hangup signal

0 commit comments

Comments
 (0)