]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md...
authorPedro Augusto de Paula Barbosa <papb1996@gmail.com>
Fri, 26 Aug 2022 14:22:36 +0000 (11:22 -0300)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 14:22:36 +0000 (16:22 +0200)
docs/en/docs/tutorial/body-nested-models.md

index bfc948f4fadc2215b16e1cd0b4ce0741ef5be2f2..d51f171d6e2f4186cbbbc69a37469572043f802f 100644 (file)
@@ -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