📝 Remove highlights in indexes.md (#1100)

This commit is contained in:
Alejandra 2024-09-03 16:13:17 +02:00 committed by GitHub
parent 6f6f50cfb1
commit e46572f2ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ 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!}
```
@ -32,7 +32,7 @@ Fine, in that case, you can **sneak peek** the final code to create indexes here
//// tab | Python 3.7+
```Python hl_lines="8 10"
```Python
{!./docs_src/tutorial/indexes/tutorial002.py!}
```