]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Remove highlights in `indexes.md` (#1100)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Tue, 3 Sep 2024 14:13:17 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 14:13:17 +0000 (16:13 +0200)
docs/tutorial/indexes.md

index d0724f518378ce15b59463f52078dbb3c81c9db4..fea4289a44986b894c71e834926307337063fd45 100644 (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!}
 ```