[New-bugs-announce] [issue9258] Typos in docs for methods kqueue and kevent of module 'select'

Retro report at bugs.python.org
Wed Jul 14 09:56:29 CEST 2010


New submission from Retro <vinetouu at gmail.com>:

Fix the docs for every selected Python version. They all have the same typos.

The typos appear in the documentation of the 'select' module. These are the methods that need typo fixes:


select.kqueue()
(Only supported on BSD.)

Returns a kernel queue object object ...

[remove one of the words 'object' here because they are unnecessarily repeated]


select.kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)
(Only supported on BSD.)

Returns a kernel event object object; see section Kevent Objects below for the methods supported by kqueue objects.

[again, remove one of the words 'object' here because they are unnecessarily repeated; also, fix the word 'kqueue' to 'kevent']

----------
assignee: docs at python
components: Documentation
messages: 110255
nosy: Retro, docs at python, georg.brandl
priority: normal
severity: normal
status: open
title: Typos in docs for methods kqueue and kevent of module 'select'
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9258>
_______________________________________


More information about the New-bugs-announce mailing list