Browse Source

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

pull/3577/head
jaystone776 4 years ago
committed by GitHub
parent
commit
1241f7f0b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/body-nested-models.md

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

Loading…
Cancel
Save