mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545)
Co-authored-by: Feliciss <system@Felicisss-MacBook-Air.local> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
42a4ed7a18
commit
4a1c69e6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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!}
|
{!> ../../../docs_src/request_files/tutorial001_02.py!}
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Python 3.9 and above"
|
=== "Python 3.10 and above"
|
||||||
|
|
||||||
```Python hl_lines="7 14"
|
```Python hl_lines="7 14"
|
||||||
{!> ../../../docs_src/request_files/tutorial001_02_py310.py!}
|
{!> ../../../docs_src/request_files/tutorial001_02_py310.py!}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue