diff --git a/docs/spec/dataclasses.rst b/docs/spec/dataclasses.rst index d3229a5d..55265e57 100644 --- a/docs/spec/dataclasses.rst +++ b/docs/spec/dataclasses.rst @@ -488,7 +488,7 @@ This includes, but is not limited to, the following semantics: wheel_count: int * Field ordering and inheritance is assumed to follow the rules - specified in `the Python docs `. This includes the effects of + specified in `the Python docs `__. This includes the effects of overrides (redefining a field in a child class that has already been defined in a parent class).