Skip to content

Commit cef5d6d

Browse files
Fix link to Python docs in dataclasses spec (#1811)
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 28fa515 commit cef5d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/dataclasses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ This includes, but is not limited to, the following semantics:
488488
wheel_count: int
489489
490490
* Field ordering and inheritance is assumed to follow the rules
491-
specified in `the Python docs <https://docs.python.org/3/library/dataclasses.html#inheritance>`. This includes the effects of
491+
specified in `the Python docs <https://docs.python.org/3/library/dataclasses.html#inheritance>`__. This includes the effects of
492492
overrides (redefining a field in a child class that has already been
493493
defined in a parent class).
494494

0 commit comments

Comments
 (0)