Commit dd5312d6 authored by Benjamin Peterson's avatar Benjamin Peterson

fix typo

parent d66c6d31
...@@ -52,10 +52,10 @@ The variables defined in the :mod:`signal` module are: ...@@ -52,10 +52,10 @@ The variables defined in the :mod:`signal` module are:
.. data:: SIG_DFL .. data:: SIG_DFL
This is one of two standard signal handling options; it will simply perform the This is one of two standard signal handling options; it will simply perform
default function for the signal. For example, on most systems the default the default function for the signal. For example, on most systems the
action for :const:`SIGQUIT` is to dump core and exit, while the default action default action for :const:`SIGQUIT` is to dump core and exit, while the
for :const:`SIGCLD` is to simply ignore it. default action for :const:`SIGCHLD` is to simply ignore it.
.. data:: SIG_IGN .. data:: SIG_IGN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment