📝 Highlight correct line in tutorial `docs/en/docs/tutorial/body-multiple-params.md` (#11978)

Co-authored-by: Esteban Maya <emayacadavid9@gmail.com>
This commit is contained in:
Sofie Van Landeghem 2024-08-17 05:57:21 +02:00 committed by GitHub
parent 8b05d4518b
commit 957d747d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -228,7 +228,7 @@ For example:
//// tab | Python 3.10+
```Python hl_lines="27"
```Python hl_lines="28"
{!> ../../../docs_src/body_multiple_params/tutorial004_an_py310.py!}
```
@ -236,7 +236,7 @@ For example:
//// tab | Python 3.9+
```Python hl_lines="27"
```Python hl_lines="28"
{!> ../../../docs_src/body_multiple_params/tutorial004_an_py39.py!}
```
@ -244,7 +244,7 @@ For example:
//// tab | Python 3.8+
```Python hl_lines="28"
```Python hl_lines="29"
{!> ../../../docs_src/body_multiple_params/tutorial004_an.py!}
```
@ -258,7 +258,7 @@ Prefer to use the `Annotated` version if possible.
///
```Python hl_lines="25"
```Python hl_lines="26"
{!> ../../../docs_src/body_multiple_params/tutorial004_py310.py!}
```
@ -272,7 +272,7 @@ Prefer to use the `Annotated` version if possible.
///
```Python hl_lines="27"
```Python hl_lines="28"
{!> ../../../docs_src/body_multiple_params/tutorial004.py!}
```