Minor Typo in doc

Steve Holden steve at holdenweb.com
Thu Dec 18 10:36:23 EST 2008


Kurt Mueller wrote:
> 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?
> 
Yes. The documentation give you a link to follow from the bottom of each
page.

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list