Skip to content

Commit

Permalink
📝 Remove highlights in indexes.md (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Sep 3, 2024
1 parent 6f6f50c commit e46572f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Fine, in that case, you can **sneak peek** the final code to create indexes here

//// tab | Python 3.10+

```Python hl_lines="8 10"
```Python
{!./docs_src/tutorial/indexes/tutorial002_py310.py!}
```

////

//// tab | Python 3.7+

```Python hl_lines="8 10"
```Python
{!./docs_src/tutorial/indexes/tutorial002.py!}
```

Expand Down

0 comments on commit e46572f

Please sign in to comment.