From: jaystone776 <1732865113@qq.com> Date: Wed, 21 Jul 2021 12:44:15 +0000 (+0800) Subject: ✏ Fix code highlighted line in: `body-nested-models.md` (#3463) X-Git-Tag: 0.67.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1241f7f0b79a780e77a7748deaf48341e6a7472a;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix code highlighted line in: `body-nested-models.md` (#3463) --- diff --git a/docs/en/docs/tutorial/body-nested-models.md b/docs/en/docs/tutorial/body-nested-models.md index 7435e22d9b..5bacf16664 100644 --- a/docs/en/docs/tutorial/body-nested-models.md +++ b/docs/en/docs/tutorial/body-nested-models.md @@ -218,7 +218,7 @@ That's what we are going to see here. In this case, you would accept any `dict` as long as it has `int` keys with `float` values: -```Python hl_lines="15" +```Python hl_lines="9" {!../../../docs_src/body_nested_models/tutorial009.py!} ```