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 377cfc5 commit 9f987c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/de/docs/tutorial/body.md
Expand Up @@ -25,7 +25,7 @@ Zuerst müssen Sie `BaseModel` von `pydantic` importieren:
{!> ../../../docs_src/body/tutorial001_py310.py!}
```

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

```Python hl_lines="4"
{!> ../../../docs_src/body/tutorial001.py!}
Expand All @@ -43,7 +43,7 @@ Verwenden Sie Standard Python-Typen für die Klassenattribute:
{!> ../../../docs_src/body/tutorial001_py310.py!}
```

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

```Python hl_lines="7-11"
{!> ../../../docs_src/body/tutorial001.py!}
Expand Down Expand Up @@ -81,7 +81,7 @@ Um es zu Ihrer *Pfadoperation* hinzuzufügen, deklarieren Sie es auf die gleiche
{!> ../../../docs_src/body/tutorial001_py310.py!}
```

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

```Python hl_lines="18"
{!> ../../../docs_src/body/tutorial001.py!}
Expand Down Expand Up @@ -155,7 +155,7 @@ Innerhalb der Funktion können Sie alle Attribute des Modells direkt verwenden:
{!> ../../../docs_src/body/tutorial002_py310.py!}
```

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

```Python hl_lines="21"
{!> ../../../docs_src/body/tutorial002.py!}
Expand All @@ -173,7 +173,7 @@ Sie können Pfad- und Requestbody-Parameter gleichzeitig deklarieren.
{!> ../../../docs_src/body/tutorial003_py310.py!}
```

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

```Python hl_lines="17-18"
{!> ../../../docs_src/body/tutorial003.py!}
Expand All @@ -191,7 +191,7 @@ Sie können auch zur gleichen Zeit **Body-**, **Pfad-** und **Query-Parameter**
{!> ../../../docs_src/body/tutorial004_py310.py!}
```

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

```Python hl_lines="18"
{!> ../../../docs_src/body/tutorial004.py!}
Expand Down

0 comments on commit 9f987c0

Please sign in to comment.