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 fb30509 commit fa15df7Copy full SHA for fa15df7
Doc/reference/datamodel.rst
@@ -1272,7 +1272,7 @@ Basic customization
1272
as necessary before returning it.
1273
1274
If :meth:`__new__` is invoked during object construction and it returns an
1275
- instance or subclass of *cls*, then the new instance’s :meth:`__init__` method
+ instance of *cls*, then the new instance’s :meth:`__init__` method
1276
will be invoked like ``__init__(self[, ...])``, where *self* is the new instance
1277
and the remaining arguments are the same as were passed to the object constructor.
1278
0 commit comments