From: Pedro Augusto de Paula Barbosa Date: Fri, 26 Aug 2022 14:22:36 +0000 (-0300) Subject: ✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md... X-Git-Tag: 0.81.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70213467a6509c620b325f364f2a88503a0397b8;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md` (#5169) --- diff --git a/docs/en/docs/tutorial/body-nested-models.md b/docs/en/docs/tutorial/body-nested-models.md index bfc948f4fa..d51f171d6e 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