Skip to content

Commit

Permalink
Sync with #10442
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslindemann committed Oct 17, 2023
1 parent c4995d2 commit 408befc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/de/docs/tutorial/body-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Sie können den `jsonable_encoder` verwenden, um die empfangenen Daten in etwas
{!> ../../../docs_src/body_updates/tutorial001_py39.py!}
```

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

```Python hl_lines="30-35"
{!> ../../../docs_src/body_updates/tutorial001.py!}
Expand Down Expand Up @@ -79,7 +79,7 @@ Sie können das verwenden, um ein `dict` zu erstellen, das nur die (im Request)
{!> ../../../docs_src/body_updates/tutorial002_py39.py!}
```

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

```Python hl_lines="34"
{!> ../../../docs_src/body_updates/tutorial002.py!}
Expand All @@ -103,7 +103,7 @@ Wie in `stored_item_model.copy(update=update_data)`:
{!> ../../../docs_src/body_updates/tutorial002_py39.py!}
```

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

```Python hl_lines="35"
{!> ../../../docs_src/body_updates/tutorial002.py!}
Expand Down Expand Up @@ -136,7 +136,7 @@ Zusammengefasst, um Teil-Ersetzungen vorzunehmen:
{!> ../../../docs_src/body_updates/tutorial002_py39.py!}
```

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

```Python hl_lines="30-37"
{!> ../../../docs_src/body_updates/tutorial002.py!}
Expand Down

0 comments on commit 408befc

Please sign in to comment.