File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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)::
You can’t perform that action at this time.
0 commit comments