Skip to content

Commit 4f0b563

Browse files
authored
Update signal.rst
1 parent 2781d52 commit 4f0b563

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:: SIGPROF
209+
210+
Profiling timer expired.
211+
212+
.. availability:: Unix.
213+
208214
.. data:: SIGQUIT
209215

210216
Terminal quit signal.
@@ -247,12 +253,6 @@ The variables defined in the :mod:`signal` module are:
247253

248254
.. availability:: Unix.
249255

250-
.. data:: SIGPROF
251-
252-
Profiling timer expired.
253-
254-
.. availability:: Unix.
255-
256256
.. data:: SIGVTALRM
257257

258258
Virtual timer expired.

0 commit comments

Comments
 (0)