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.
object.__init_subclass__
1 parent e97da86 commit a47353dCopy full SHA for a47353d
Doc/reference/datamodel.rst
@@ -2308,7 +2308,7 @@ class defining the method.
2308
this method is implicitly converted to a class method.
2309
2310
Keyword arguments which are given to a new class are passed to
2311
- the parent's class ``__init_subclass__``. For compatibility with
+ the parent class's ``__init_subclass__``. For compatibility with
2312
other classes using ``__init_subclass__``, one should take out the
2313
needed keyword arguments and pass the others over to the base
2314
class, as in::
0 commit comments