File tree 1 file changed +4
-4
lines changed
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:
225
225
* The base expression (the first argument to ``Annotated ``) must be valid
226
226
in the context where it is being used:
227
227
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 `.
232
232
233
233
* Multiple metadata elements are supported (``Annotated `` supports variadic
234
234
arguments)::
You can’t perform that action at this time.
0 commit comments