Skip to content

Commit f2ca1f1

Browse files
AkuliAlexWaygood
andauthored
Update mypy/stubtest.py
Co-authored-by: Alex Waygood <[email protected]>
1 parent dc3369c commit f2ca1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class SubClass(runtime): # type: ignore
263263
# Enum classes are implicitly @final
264264
and not issubclass(runtime, enum.Enum)
265265
# 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
266+
# base class), it clearly is meant to be subclassable, but you
267267
# apparently have to do something special to create a subclass without errors
268268
and "__init_subclass__" not in runtime.__dict__
269269
):

0 commit comments

Comments
 (0)