Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in documentation of "signal" #48949

Closed
yam850 mannequin opened this issue Dec 19, 2008 · 2 comments
Closed

Typo in documentation of "signal" #48949

yam850 mannequin opened this issue Dec 19, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@yam850
Copy link
Mannequin

yam850 mannequin commented Dec 19, 2008

BPO 4699
Nosy @birkenfeld, @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-12-19.02:29:23.461>
created_at = <Date 2008-12-19.00:28:46.271>
labels = ['docs']
title = 'Typo in documentation of "signal"'
updated_at = <Date 2008-12-19.02:29:23.437>
user = 'https://bugs.python.org/yam850'

bugs.python.org fields:

activity = <Date 2008-12-19.02:29:23.437>
actor = 'benjamin.peterson'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-12-19.02:29:23.461>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2008-12-19.00:28:46.271>
creator = 'yam850'
dependencies = []
files = []
hgrepos = []
issue_num = 4699
keywords = []
message_count = 2.0
messages = ['78050', '78052']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'benjamin.peterson', 'yam850']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4699'
versions = ['Python 2.6']

@yam850
Copy link
Mannequin Author

yam850 mannequin commented Dec 19, 2008

in documentation of "signal"
http://docs.python.org/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.
---------------------------------
Typo:
SIGCLD
should be
SIGCHLD

@yam850 yam850 mannequin assigned birkenfeld Dec 19, 2008
@yam850 yam850 mannequin added the docs Documentation in the Doc dir label Dec 19, 2008
@benjaminp
Copy link
Contributor

Thanks for the report! Fixed in r67848.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants