Browse Source

📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545)

Co-authored-by: Feliciss <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5539/head
feliciss 2 years ago
committed by GitHub
parent
commit
4a1c69e6c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/request-files.md

2
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!}

Loading…
Cancel
Save