Skip to content

Commit 3dc25a0

Browse files
authored
Update relationships.md
fix incorrect highlighted line number
1 parent 74feaa5 commit 3dc25a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/fastapi/relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This will tell **FastAPI** to take the object that we return from the *path oper
166166

167167
In the case of the hero, this tells FastAPI to extract the `team` too. And in the case of the team, to extract the list of `heroes` too.
168168

169-
{* ./docs_src/tutorial/fastapi/relationships/tutorial001_py310.py ln[111:116,165:170] hl[111,116,165,170] *}
169+
{* ./docs_src/tutorial/fastapi/relationships/tutorial001_py310.py ln[111:116,165:170] hl[111,116,164,169] *}
170170

171171
## Check It Out in the Docs UI
172172

0 commit comments

Comments
 (0)