Skip to content

Commit

Permalink
Sync with tiangolo#10442
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslindemann committed Oct 17, 2023
1 parent 3c9a4bc commit b9c26f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/de/docs/tutorial/request-forms.md
Expand Up @@ -17,13 +17,13 @@ Importieren Sie `Form` von `fastapi`:
{!> ../../../docs_src/request_forms/tutorial001_an_py39.py!}
```

=== "Python 3.6+"
=== "Python 3.8+"

```Python hl_lines="1"
{!> ../../../docs_src/request_forms/tutorial001_an.py!}
```

=== "Python 3.6+ nicht annotiert"
=== "Python 3.8+ nicht annotiert"

!!! tip
Bevorzugen Sie die `Annotated`-Version, falls möglich.
Expand All @@ -42,13 +42,13 @@ Erstellen Sie Formular-Parameter, so wie Sie es auch mit `Body` und `Query` mach
{!> ../../../docs_src/request_forms/tutorial001_an_py39.py!}
```

=== "Python 3.6+"
=== "Python 3.8+"

```Python hl_lines="8"
{!> ../../../docs_src/request_forms/tutorial001_an.py!}
```

=== "Python 3.6+ nicht annotiert"
=== "Python 3.8+ nicht annotiert"

!!! tip
Bevorzugen Sie die `Annotated`-Version, falls möglich.
Expand Down

0 comments on commit b9c26f0

Please sign in to comment.