[docs] [issue26479] Init documentation typo "may be return" > "may NOT be returned"

Samuel Colvin report at bugs.python.org
Fri Mar 4 08:14:18 EST 2016


New submission from Samuel Colvin:

https://docs.python.org/3/reference/datamodel.html#object.__init__

"no non-None value may be returned by __init__();" should read "no non-None value may *not* be returned by __init__();"

----------
assignee: docs at python
components: Documentation
messages: 261185
nosy: Samuel Colvin, docs at python
priority: normal
severity: normal
status: open
title: Init documentation typo "may be return" > "may NOT be returned"
versions: Python 3.4, Python 3.5, Python 3.6

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


More information about the docs mailing list