]> granicus.if.org Git - python/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Fri, 19 Dec 2008 02:28:56 +0000 (02:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 19 Dec 2008 02:28:56 +0000 (02:28 +0000)
Doc/library/signal.rst

index 74d5ee7e88449694c4b98f80cc6ad34b6fe174ad..561a1c7f75fba47c71b901ed807ca0168d0c635c 100644 (file)
@@ -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