summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-19 02:28:56 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-19 02:28:56 (GMT)
commitdd5312d62d7f3c81d842bb3fb95633e70592b23f (patch)
tree6a563c1a49b590bba17a22175b2d3608f31a2110 /Doc/library
parentd66c6d31afecf534b2182c79fc3496c8fd85332e (diff)
downloadcpython-dd5312d62d7f3c81d842bb3fb95633e70592b23f.zip
cpython-dd5312d62d7f3c81d842bb3fb95633e70592b23f.tar.gz
cpython-dd5312d62d7f3c81d842bb3fb95633e70592b23f.tar.bz2
fix typo
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/signal.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 74d5ee7..561a1c7 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