From 70f341db08ec449fbaeecfd374511fc7fdd3abb0 Mon Sep 17 00:00:00 2001 From: Xiangzhuang Shen Date: Tue, 27 Aug 2024 14:33:40 +0800 Subject: [PATCH] fix(docs): highlight lines correction --- docs/tutorial/indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/indexes.md b/docs/tutorial/indexes.md index d0724f5183..350756b630 100644 --- a/docs/tutorial/indexes.md +++ b/docs/tutorial/indexes.md @@ -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 hl_lines="6 8" {!./docs_src/tutorial/indexes/tutorial002_py310.py!} ```