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 dc3369c commit f2ca1f1Copy full SHA for f2ca1f1
mypy/stubtest.py
@@ -263,7 +263,7 @@ class SubClass(runtime): # type: ignore
263
# Enum classes are implicitly @final
264
and not issubclass(runtime, enum.Enum)
265
# If __init_subclass__ is defined in the class itself (but not in a
266
- # base class), it clearly is meant to be subclass, but you
+ # base class), it clearly is meant to be subclassable, but you
267
# apparently have to do something special to create a subclass without errors
268
and "__init_subclass__" not in runtime.__dict__
269
):
0 commit comments