📝 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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