From 2431d20db9d862f9986731e482e3a75b33d895e1 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 28 Aug 2024 12:02:38 +0100 Subject: [PATCH] Spec: fix indentation in `Annotated` bullets --- docs/spec/qualifiers.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/spec/qualifiers.rst b/docs/spec/qualifiers.rst index 8cfb476d..4a3bcc9f 100644 --- a/docs/spec/qualifiers.rst +++ b/docs/spec/qualifiers.rst @@ -225,10 +225,10 @@ Here are the specific details of the syntax: * The base expression (the first argument to ``Annotated``) must be valid in the context where it is being used: - * If ``Annotated`` is used in a place where arbitrary - :term:`annotation expressions ` are allowed, - the base expression may be an annotation expression. - * Otherwise, the base expression must be a valid :term:`type expression`. + * If ``Annotated`` is used in a place where arbitrary + :term:`annotation expressions ` are allowed, + the base expression may be an annotation expression. + * Otherwise, the base expression must be a valid :term:`type expression`. * Multiple metadata elements are supported (``Annotated`` supports variadic arguments)::