From cef5d6d602557eb8d16c55298eb362eff22a4859 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:58:56 +0200 Subject: [PATCH] Fix link to Python docs in dataclasses spec (#1811) Co-authored-by: Jelle Zijlstra --- docs/spec/dataclasses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/dataclasses.rst b/docs/spec/dataclasses.rst index d3229a5d5..55265e575 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).