We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3a10e commit 5a42a49Copy full SHA for 5a42a49
Doc/reference/datamodel.rst
@@ -1200,7 +1200,7 @@ Basic customization
1200
as necessary before returning it.
1201
1202
If :meth:`__new__` is invoked during object construction and it returns an
1203
- instance or subclass of *cls*, then the new instance’s :meth:`__init__` method
+ instance of *cls*, then the new instance’s :meth:`__init__` method
1204
will be invoked like ``__init__(self[, ...])``, where *self* is the new instance
1205
and the remaining arguments are the same as were passed to the object constructor.
1206
0 commit comments