[docs] [issue10147] Python Documentation bugs

Boštjan Mejak report at bugs.python.org
Tue Oct 19 21:19:53 CEST 2010


New submission from Boštjan Mejak <bostjan.mejak at gmail.com>:

Please read the docs here: http://docs.python.org/py3k/reference/expressions#boolean-operations

This is the last sentence in the '5.10. Boolean operations' text):
([...] Because not has to >>>invent<<< a value anyway, it does not bother to return a value of the same type as its argument, so e.g., not 'foo' yields False, not ''.)

Fix to:
([...] Because not has to >>>invert<<< a value anyway, it does not bother to return a value of the same type as its argument, so e.g., not 'foo' yields False, not ''.)

----------
assignee: docs at python
components: Documentation
messages: 119160
nosy: Retro, docs at python
priority: normal
severity: normal
status: open
title: Python Documentation bugs
versions: 3rd party, Python 2.5, 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/issue10147>
_______________________________________


More information about the docs mailing list