Skip to content

Commit

Permalink
fix hl_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Sep 12, 2024
1 parent 6ae6c9b commit bfae3ef
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 @@ -140,7 +140,7 @@ This can be particularly useful if the enum values are not strings:

//// tab | Python 3.7+

```Python hl_lines="8-11, 14"
```Python hl_lines="8-11 14"
{!> ../docs_src/parameter_types/enum/tutorial005_an.py!}
```

Expand All @@ -154,7 +154,7 @@ Prefer to use the `Annotated` version if possible.

///

```Python hl_lines="7-10, 13"
```Python hl_lines="7-10 13"
{!../docs_src/parameter_types/enum/tutorial005.py!}
```

Expand Down

0 comments on commit bfae3ef

Please sign in to comment.