Skip to content

Commit e46572f

Browse files
authored
📝 Remove highlights in indexes.md (#1100)
1 parent 6f6f50c commit e46572f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/indexes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Fine, in that case, you can **sneak peek** the final code to create indexes here
2424

2525
//// tab | Python 3.10+
2626

27-
```Python hl_lines="8 10"
27+
```Python
2828
{!./docs_src/tutorial/indexes/tutorial002_py310.py!}
2929
```
3030

3131
////
3232

3333
//// tab | Python 3.7+
3434

35-
```Python hl_lines="8 10"
35+
```Python
3636
{!./docs_src/tutorial/indexes/tutorial002.py!}
3737
```
3838

0 commit comments

Comments
 (0)