diff --git a/docs/en/docs/tutorial/body-nested-models.md b/docs/en/docs/tutorial/body-nested-models.md index bfc948f4fadc2..d51f171d6e2f4 100644 --- a/docs/en/docs/tutorial/body-nested-models.md +++ b/docs/en/docs/tutorial/body-nested-models.md @@ -18,7 +18,7 @@ You can define an attribute to be a subtype. For example, a Python `list`: {!> ../../../docs_src/body_nested_models/tutorial001_py310.py!} ``` -This will make `tags` be a list of items. Although it doesn't declare the type of each of the items. +This will make `tags` be a list, although it doesn't declare the type of the elements of the list. ## List fields with type parameter