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 2d184b2 commit cd8fd22Copy full SHA for cd8fd22
Doc/reference/datamodel.rst
@@ -2286,7 +2286,7 @@ class defining the method.
2286
this method is implicitly converted to a class method.
2287
2288
Keyword arguments which are given to a new class are passed to
2289
- the parent's class ``__init_subclass__``. For compatibility with
+ the parent class's ``__init_subclass__``. For compatibility with
2290
other classes using ``__init_subclass__``, one should take out the
2291
needed keyword arguments and pass the others over to the base
2292
class, as in::
0 commit comments