From: Quentin Takeda Date: Mon, 28 Oct 2024 11:13:18 +0000 (+0100) Subject: 📝 Update includes in `docs/en/docs/tutorial/response-status-code.md` (#12620) X-Git-Tag: 0.115.5~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26702a65253d60980828bcbf648e1363d3684195;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update includes in `docs/en/docs/tutorial/response-status-code.md` (#12620) --- diff --git a/docs/en/docs/tutorial/response-status-code.md b/docs/en/docs/tutorial/response-status-code.md index 73af62aed7..a32faa40b2 100644 --- a/docs/en/docs/tutorial/response-status-code.md +++ b/docs/en/docs/tutorial/response-status-code.md @@ -8,9 +8,7 @@ The same way you can specify a response model, you can also declare the HTTP sta * `@app.delete()` * etc. -```Python hl_lines="6" -{!../../docs_src/response_status_code/tutorial001.py!} -``` +{* ../../docs_src/response_status_code/tutorial001.py hl[6] *} /// note @@ -76,9 +74,7 @@ To know more about each status code and which code is for what, check the