]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545)
authorfeliciss <22887031+feliciss@users.noreply.github.com>
Mon, 31 Oct 2022 16:38:10 +0000 (23:38 +0700)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 16:38:10 +0000 (16:38 +0000)
Co-authored-by: Feliciss <system@Felicisss-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/request-files.md

index 664a1102f161f06d45ea22c92875fb3e137b4861..783783c58264125929ebdb645ba17848add6b78a 100644 (file)
@@ -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!}