Skip to content

Commit

Permalink
Sync with tiangolo#9313
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslindemann committed Jan 13, 2024
1 parent 4edba6d commit 736dbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/de/docs/tutorial/security/oauth2-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Erstellen Sie einen echten JWT-Zugriffstoken und geben Sie ihn zurück.
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="114-127"
```Python hl_lines="114-129"
{!> ../../../docs_src/security/tutorial004_py310.py!}
```

Expand All @@ -294,7 +294,7 @@ Erstellen Sie einen echten JWT-Zugriffstoken und geben Sie ihn zurück.
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="115-128"
```Python hl_lines="115-130"
{!> ../../../docs_src/security/tutorial004.py!}
```

Expand Down

0 comments on commit 736dbe5

Please sign in to comment.