Skip to content

Commit 8bbb3c3

Browse files
Update read-one.md
1 parent 2baf1d1 commit 8bbb3c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorial/fastapi/read-one.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ If you need to refresh how *path parameters* work, including their data validati
1414

1515
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py ln[1:2] hl=[6] *}
1616

17+
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py ln[59:65] *}
18+
1719
/// details | 👀 Full file preview
1820

1921
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py *}
@@ -54,7 +56,7 @@ And because we are using the `response_model` with `HeroPublic`, it will be vali
5456

5557
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py ln[1:2] hl[6:12] *}
5658

57-
{!./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py[ln:59-65]!}
59+
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py[ln:59-65] hl[6:12] *}
5860

5961
/// details | 👀 Full file preview
6062

0 commit comments

Comments
 (0)