From 4941929ce67c9d5809594a925baf761d4965c8bb Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 27 May 2024 18:05:30 -0700 Subject: [PATCH] Glossary: Fix broken link --- docs/spec/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/glossary.rst b/docs/spec/glossary.rst index 39973ab6c..3c8314d74 100644 --- a/docs/spec/glossary.rst +++ b/docs/spec/glossary.rst @@ -52,4 +52,4 @@ This section defines a few terms that may be used elsewhere in the specification form an :term:`annotation expression`. For example, the type qualifier :ref:`Final ` can be used around a type to indicate that the annotated value may not be overridden or modified. This term is also used for other special forms that modify a type, but using a different - syntactic context, such as the `@final ` decorator. + syntactic context, such as the :ref:`@final ` decorator.