diff --git a/docs/spec/glossary.rst b/docs/spec/glossary.rst index 39973ab6..3c8314d7 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.