[issue9258] Typos in docs for methods kqueue and kevent of module 'select'
New submission from Retro <vinetouu@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@python components: Documentation messages: 110255 nosy: Retro, docs@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@bugs.python.org> <http://bugs.python.org/issue9258> _______________________________________
Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r82871. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9258> _______________________________________
Éric Araujo <merwok@netwok.org> added the comment: Just for your information, there is no 3.3 version yet. This value is useful for bugs that won’t be fixed in 3.2 (a.k.a. the py3k trunk). ---------- nosy: +merwok _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9258> _______________________________________
Georg Brandl <georg@python.org> added the comment: Ah yes, and please don't add me to the nosy list on doc issues. docs@python is enough. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9258> _______________________________________
participants (3)
-
Georg Brandl -
Retro -
Éric Araujo