Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are:

Alias to :data:`SIGCHLD`.

.. availability:: not macOS
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. availability:: not macOS
.. availability:: not macOS.

I think it would be better to add periods to make it consistent with the rest of the file.


.. data:: SIGCONT

Continue the process if it is currently stopped
Expand Down