From e46572f2ab335a81aa75ffaee378e9c6e916fb62 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:13:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20highlights=20in=20`inde?= =?UTF-8?q?xes.md`=20(#1100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/indexes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/indexes.md b/docs/tutorial/indexes.md index d0724f5..fea4289 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 {!./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!} ```