New submission from Retro <vinet...@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: d...@python
components: Documentation
messages: 110255
nosy: Retro, d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to