✏ Fix code highlighted line in: `body-nested-models.md` (#3463)

This commit is contained in:
jaystone776 2021-07-21 20:44:15 +08:00 committed by GitHub
parent fd74c0f6a4
commit 1241f7f0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!}
```