From: feliciss <22887031+feliciss@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:38:10 +0000 (+0700) Subject: 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545) X-Git-Tag: 0.85.2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a1c69e6c2e815643f3bf31765b04ca418f95418;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545) Co-authored-by: Feliciss Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/request-files.md b/docs/en/docs/tutorial/request-files.md index 664a1102f1..783783c582 100644 --- a/docs/en/docs/tutorial/request-files.md +++ b/docs/en/docs/tutorial/request-files.md @@ -124,7 +124,7 @@ You can make a file optional by using standard type annotations and setting a de {!> ../../../docs_src/request_files/tutorial001_02.py!} ``` -=== "Python 3.9 and above" +=== "Python 3.10 and above" ```Python hl_lines="7 14" {!> ../../../docs_src/request_files/tutorial001_02_py310.py!}