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 8afab2e commit ef70413Copy full SHA for ef70413
Doc/reference/datamodel.rst
@@ -1237,7 +1237,7 @@ Basic customization
1237
as necessary before returning it.
1238
1239
If :meth:`__new__` is invoked during object construction and it returns an
1240
- instance or subclass of *cls*, then the new instance’s :meth:`__init__` method
+ instance of *cls*, then the new instance’s :meth:`__init__` method
1241
will be invoked like ``__init__(self[, ...])``, where *self* is the new instance
1242
and the remaining arguments are the same as were passed to the object constructor.
1243
0 commit comments