Skip to content

Commit 69ec68b

Browse files
authored
Spec: fix indentation in Annotated bullets (#1849)
1 parent d2d599f commit 69ec68b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: docs/spec/qualifiers.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ Here are the specific details of the syntax:
225225
* The base expression (the first argument to ``Annotated``) must be valid
226226
in the context where it is being used:
227227

228-
* If ``Annotated`` is used in a place where arbitrary
229-
:term:`annotation expressions <annotation expression>` are allowed,
230-
the base expression may be an annotation expression.
231-
* Otherwise, the base expression must be a valid :term:`type expression`.
228+
* If ``Annotated`` is used in a place where arbitrary
229+
:term:`annotation expressions <annotation expression>` are allowed,
230+
the base expression may be an annotation expression.
231+
* Otherwise, the base expression must be a valid :term:`type expression`.
232232

233233
* Multiple metadata elements are supported (``Annotated`` supports variadic
234234
arguments)::

0 commit comments

Comments
 (0)