From: Benjamin Peterson Date: Fri, 19 Dec 2008 02:28:56 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.7a1~2528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5312d62d7f3c81d842bb3fb95633e70592b23f;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 74d5ee7e8844..561a1c7f75fb 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -52,10 +52,10 @@ The variables defined in the :mod:`signal` module are: .. data:: SIG_DFL - This is one of two standard signal handling options; it will simply perform the - default function for the signal. For example, on most systems the default - action for :const:`SIGQUIT` is to dump core and exit, while the default action - for :const:`SIGCLD` is to simply ignore it. + This is one of two standard signal handling options; it will simply perform + the default function for the signal. For example, on most systems the + default action for :const:`SIGQUIT` is to dump core and exit, while the + default action for :const:`SIGCHLD` is to simply ignore it. .. data:: SIG_IGN