From 8336587ab81a57bb6da8a8af1af29eb3a9c281f2 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 11 Dec 2025 16:55:18 +0100 Subject: [PATCH] Remove code examples for Python 3.8 in `response_status_code` --- docs/en/docs/tutorial/response-status-code.md | 6 +++--- .../{tutorial001.py => tutorial001_py39.py} | 0 .../{tutorial002.py => tutorial002_py39.py} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs_src/response_status_code/{tutorial001.py => tutorial001_py39.py} (100%) rename docs_src/response_status_code/{tutorial002.py => tutorial002_py39.py} (100%) diff --git a/docs/en/docs/tutorial/response-status-code.md b/docs/en/docs/tutorial/response-status-code.md index a2d9757b2..638959248 100644 --- a/docs/en/docs/tutorial/response-status-code.md +++ b/docs/en/docs/tutorial/response-status-code.md @@ -8,7 +8,7 @@ The same way you can specify a response model, you can also declare the HTTP sta * `@app.delete()` * etc. -{* ../../docs_src/response_status_code/tutorial001.py hl[6] *} +{* ../../docs_src/response_status_code/tutorial001_py39.py hl[6] *} /// note @@ -74,7 +74,7 @@ To know more about each status code and which code is for what, check the