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 9ad2184 commit b1f2fe7Copy full SHA for b1f2fe7
Doc/reference/datamodel.rst
@@ -1205,7 +1205,7 @@ Basic customization
1205
as necessary before returning it.
1206
1207
If :meth:`__new__` is invoked during object construction and it returns an
1208
- instance or subclass of *cls*, then the new instance’s :meth:`__init__` method
+ instance of *cls*, then the new instance’s :meth:`__init__` method
1209
will be invoked like ``__init__(self[, ...])``, where *self* is the new instance
1210
and the remaining arguments are the same as were passed to the object constructor.
1211
0 commit comments