Skip to content

Commit

Permalink
fix python version from 3.9 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss authored and Feliciss committed Oct 27, 2022
1 parent f67b19f commit 0885605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/request-files.md
Expand Up @@ -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!}
Expand Down

0 comments on commit 0885605

Please sign in to comment.