mirror of https://github.com/tiangolo/fastapi.git
📝 Fix incorrect highlighted code (#3325)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
b67532ee5c
commit
4f168c5ada
|
|
@ -109,7 +109,7 @@ q: Optional[str] = None
|
|||
|
||||
as in:
|
||||
|
||||
```Python hl_lines="27"
|
||||
```Python hl_lines="28"
|
||||
{!../../../docs_src/body_multiple_params/tutorial004.py!}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue