Skip to content

Commit 82e9efb

Browse files
Update read-one.md
1 parent 02fcedb commit 82e9efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/fastapi/read-one.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We want to get the hero based on the `id`, so we will use a **path parameter** `
1212

1313
If you need to refresh how *path parameters* work, including their data validation, check the <a href="https://fastapi.tiangolo.com/tutorial/path-params/" class="external-link" target="_blank">FastAPI docs about Path Parameters</a>.
1414

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

1717
{* ./docs_src/tutorial/fastapi/read_one/tutorial001_py310.py ln[59:65] *}
1818

0 commit comments

Comments
 (0)