From 1241f7f0b79a780e77a7748deaf48341e6a7472a Mon Sep 17 00:00:00 2001 From: jaystone776 <1732865113@qq.com> Date: Wed, 21 Jul 2021 20:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20code=20highlighted=20line=20i?= =?UTF-8?q?n:=20`body-nested-models.md`=20(#3463)?= 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 7435e22d9..5bacf1666 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!} ```