Skip to content

Commit

Permalink
Fix link to Python docs in dataclasses spec (#1811)
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle Zijlstra <[email protected]>
  • Loading branch information
Viicos and JelleZijlstra authored Jul 19, 2024
1 parent 28fa515 commit cef5d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/dataclasses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.python.org/3/library/dataclasses.html#inheritance>`. This includes the effects of
specified in `the Python docs <https://docs.python.org/3/library/dataclasses.html#inheritance>`__. This includes the effects of
overrides (redefining a field in a child class that has already been
defined in a parent class).

Expand Down

0 comments on commit cef5d6d

Please sign in to comment.