Skip to content

Commit

Permalink
fix highlighted lines for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Jun 3, 2024
1 parent 01d8013 commit 6065329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/parameter-types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ With Python 3.8+, you can also use `typing.Literal` to represent a set of possib

=== "Python 3.7+"

```Python hl_lines="13"
```Python hl_lines="6"
{!> ../docs_src/parameter_types/enum/tutorial004_an.py!}
```

Expand All @@ -151,7 +151,7 @@ With Python 3.8+, you can also use `typing.Literal` to represent a set of possib
!!! tip
Prefer to use the `Annotated` version if possible.

```Python hl_lines="13"
```Python hl_lines="5"
{!> ../docs_src/parameter_types/enum/tutorial004.py!}
```

Expand Down

0 comments on commit 6065329

Please sign in to comment.