Minor Typo in doc

Kurt Mueller mu at problemlos.ch
Thu Dec 18 09:28:36 EST 2008


Hi



There is a minor typo in the new doc in:
http://www.python.org/doc/2.6/library/signal.html

------------------------------------------------------------------
signal.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 SIGQUIT
    is to dump core and exit, while the default action for
    SIGCLD
    is to simply ignore it.
------------------------------------------------------------------

SIGCLD
should be
SIGCHLD


Should I make a bug report in http://bugs.python.org?




Grüessli
-- 
Kurt Müller, mu at problemlos.ch




More information about the Python-list mailing list