Minor Typo in doc

K

Kurt Mueller

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top