]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Re-word and clarify docs for extra info in body-fields (#1299)
authorChris Allnutt <chris@chrisallnutt.com>
Sun, 17 May 2020 10:37:15 +0000 (06:37 -0400)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 10:37:15 +0000 (12:37 +0200)
* Fixed Typo in [EN] tutorial: body-fields
- remove duplicate of examples text

* ✏️ Re-word and clarify extra info docs

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/body-fields.md

index 28a81e41328bd3b8b100eb718db873d28fb07c52..91e6b1a101a8d6085b3fd9031b2d49da8b064cb2 100644 (file)
@@ -39,7 +39,7 @@ You can then use `Field` with model attributes:
 
 You can declare extra information in `Field`, `Query`, `Body`, etc. And it will be included in the generated JSON Schema.
 
-You will learn more about it later to declare examples examples.
+You will learn more about adding extra information later in the docs, when learning to declare examples.
 
 ## Recap