mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
✏ Fix typo in body-nested-models.md (#3462)
Typo in line 201, *where* should be *were*
This commit is contained in:
parent
b235653a6c
commit
e4eac12c34
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ Even for items inside of lists:
|
||||||
|
|
||||||
<img src="/img/tutorial/body-nested-models/image01.png">
|
<img src="/img/tutorial/body-nested-models/image01.png">
|
||||||
|
|
||||||
You couldn't get this kind of editor support if you where working directly with `dict` instead of Pydantic models.
|
You couldn't get this kind of editor support if you were working directly with `dict` instead of Pydantic models.
|
||||||
|
|
||||||
But you don't have to worry about them either, incoming dicts are converted automatically and your output is converted automatically to JSON too.
|
But you don't have to worry about them either, incoming dicts are converted automatically and your output is converted automatically to JSON too.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue