diff --git a/docs/spec/enums.rst b/docs/spec/enums.rst index 429f703b..a3fa1ccd 100644 --- a/docs/spec/enums.rst +++ b/docs/spec/enums.rst @@ -94,6 +94,7 @@ implicitly "final". Type checkers should enforce this:: class ExtendedShape(Shape): # Type checker error: Shape is implicitly final TRIANGLE = 3 + Defining Members ----------------