From: jaystone776 <1732865113@qq.com> Date: Wed, 21 Jul 2021 12:41:24 +0000 (+0800) Subject: ✏ Fix typo in `body-nested-models.md` (#3462) X-Git-Tag: 0.67.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4eac12c340de5905788a5acc941e513107c6b2a;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in `body-nested-models.md` (#3462) Typo in line 201, *where* should be *were* --- diff --git a/docs/en/docs/tutorial/body-nested-models.md b/docs/en/docs/tutorial/body-nested-models.md index 14e725a213..7435e22d9b 100644 --- a/docs/en/docs/tutorial/body-nested-models.md +++ b/docs/en/docs/tutorial/body-nested-models.md @@ -198,7 +198,7 @@ Even for items inside of lists: -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.