From 3dc25a09d6d2249e33ee3c6c44d3ca4513af20f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96=E6=A9=98?= <54745033+Foxerine@users.noreply.github.com> Date: Mon, 5 May 2025 19:41:57 +0800 Subject: [PATCH] Update relationships.md fix incorrect highlighted line number --- docs/tutorial/fastapi/relationships.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/fastapi/relationships.md b/docs/tutorial/fastapi/relationships.md index 1b00043901..24d54ad0ee 100644 --- a/docs/tutorial/fastapi/relationships.md +++ b/docs/tutorial/fastapi/relationships.md @@ -166,7 +166,7 @@ This will tell **FastAPI** to take the object that we return from the *path oper 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. -{* ./docs_src/tutorial/fastapi/relationships/tutorial001_py310.py ln[111:116,165:170] hl[111,116,165,170] *} +{* ./docs_src/tutorial/fastapi/relationships/tutorial001_py310.py ln[111:116,165:170] hl[111,116,164,169] *} ## Check It Out in the Docs UI