From dabcc0a151606ad2c86160b09f95b5ddb56f9368 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:09:36 +0200 Subject: [PATCH] Add a label for typed dictionaries class-based syntax --- docs/spec/typeddict.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/spec/typeddict.rst b/docs/spec/typeddict.rst index 38a2e4b8..15d9aeaa 100644 --- a/docs/spec/typeddict.rst +++ b/docs/spec/typeddict.rst @@ -35,6 +35,7 @@ particular, :term:`assignability ` should be :term:`structural`: a more specific TypedDict type can be assignable to a more general TypedDict type, without any inheritance relationship between them. +.. _typeddict-class-based-syntax: Class-based Syntax ^^^^^^^^^^^^^^^^^^