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 3e8b4bf commit 9b06b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/de/docs/tutorial/query-params.md
Expand Up @@ -69,7 +69,7 @@ Auf die gleiche Weise können Sie optionale Query-Parameter deklarieren, indem S
{!> ../../../docs_src/query_params/tutorial002_py310.py!}
```

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

```Python hl_lines="9"
{!> ../../../docs_src/query_params/tutorial002.py!}
Expand All @@ -90,7 +90,7 @@ Sie können auch `bool`-Typen deklarieren und sie werden konvertiert:
{!> ../../../docs_src/query_params/tutorial003_py310.py!}
```

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

```Python hl_lines="9"
{!> ../../../docs_src/query_params/tutorial003.py!}
Expand Down Expand Up @@ -142,7 +142,7 @@ Parameter werden anhand ihres Namens erkannt:
{!> ../../../docs_src/query_params/tutorial004_py310.py!}
```

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

```Python hl_lines="8 10"
{!> ../../../docs_src/query_params/tutorial004.py!}
Expand Down Expand Up @@ -208,7 +208,7 @@ Und natürlich können Sie einige Parameter als erforderlich, einige mit Default
{!> ../../../docs_src/query_params/tutorial006_py310.py!}
```

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

```Python hl_lines="10"
{!> ../../../docs_src/query_params/tutorial006.py!}
Expand Down

0 comments on commit 9b06b80

Please sign in to comment.