Skip to content

Commit 4c24b08

Browse files
authored
Fix wrong availability for signal.SIGCHLD (#23285)
I believe this is a mistake. SIGCHLD is only available on Unix systems, not Windows.
1 parent 4520584 commit 4c24b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The variables defined in the :mod:`signal` module are:
117117

118118
Child process stopped or terminated.
119119

120-
.. availability:: Windows.
120+
.. availability:: Unix.
121121

122122
.. data:: SIGCLD
123123

0 commit comments

Comments
 (0)