From b633be4d316274d9dbd05709068a61e7cb1d417d Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:28:07 +0200 Subject: [PATCH] Add a label for typed dictionaries class-based syntax (#1873) --- 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 ^^^^^^^^^^^^^^^^^^