mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
🐛 Fix include docs example file (#1182)
This commit is contained in:
parent
016a4b7491
commit
6c34600599
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ For example, you can use that functionality to pass an <a href="https://github.c
|
||||||
Alternately, you can provide these extras on a per-field basis by using additional keyword arguments to `Field`:
|
Alternately, you can provide these extras on a per-field basis by using additional keyword arguments to `Field`:
|
||||||
|
|
||||||
```Python hl_lines="2 8 9 10 11"
|
```Python hl_lines="2 8 9 10 11"
|
||||||
{!./src/body_fields/tutorial003.py!}
|
{!../../../docs_src/body_fields/tutorial003.py!}
|
||||||
```
|
```
|
||||||
|
|
||||||
Either way, in the `/docs` it would look like this:
|
Either way, in the `/docs` it would look like this:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue