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 b9e15be commit d577225Copy full SHA for d577225
Doc/reference/datamodel.rst
@@ -2303,7 +2303,7 @@ class defining the method.
2303
this method is implicitly converted to a class method.
2304
2305
Keyword arguments which are given to a new class are passed to
2306
- the parent's class ``__init_subclass__``. For compatibility with
+ the parent class's ``__init_subclass__``. For compatibility with
2307
other classes using ``__init_subclass__``, one should take out the
2308
needed keyword arguments and pass the others over to the base
2309
class, as in::
0 commit comments