📝 Fix incorrect highlighted code (#3325)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Pax
2021-10-07 06:32:14 -07:00
committed by GitHub
parent b67532ee5c
commit 4f168c5ada

View File

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