From 70213467a6509c620b325f364f2a88503a0397b8 Mon Sep 17 00:00:00 2001 From: Pedro Augusto de Paula Barbosa Date: Fri, 26 Aug 2022 11:22:36 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Reword=20and=20clarify=20text=20in?= =?UTF-8?q?=20tutorial=20`docs/en/docs/tutorial/body-nested-models.md`=20(?= =?UTF-8?q?#5169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/body-nested-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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