Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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