From e8c825802e27fd5d6a73707e629ba0c00bed735e Mon Sep 17 00:00:00 2001 From: Achyuta Dixit Date: Sat, 6 Jun 2026 09:30:32 +0530 Subject: [PATCH] Update line highlights in SQL tutorial for delete hero --- docs/en/docs/tutorial/sql-databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/tutorial/sql-databases.md b/docs/en/docs/tutorial/sql-databases.md index 8999dd8b2e..8263cbd373 100644 --- a/docs/en/docs/tutorial/sql-databases.md +++ b/docs/en/docs/tutorial/sql-databases.md @@ -143,7 +143,7 @@ We can **read** a single `Hero`. We can also **delete** a `Hero`. -{* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[69:76] hl[71] *} +{* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[69:76] hl[74] *} ### Run the App { #run-the-app } @@ -328,7 +328,7 @@ Then we use `hero_db.sqlmodel_update(hero_data)` to update the `hero_db` with th We won't satisfy the desire to refactor everything in this one. 😅 -{* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[100:107] hl[102] *} +{* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[100:107] hl[105] *} ### Run the App Again { #run-the-app-again }