From 4bab515e202ce0b3c6c59324ef229c28ec58604a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 01:56:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/de/docs/tutorial/query-params-str-validations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/docs/tutorial/query-params-str-validations.md b/docs/de/docs/tutorial/query-params-str-validations.md index 5d57b3316..6853814f4 100644 --- a/docs/de/docs/tutorial/query-params-str-validations.md +++ b/docs/de/docs/tutorial/query-params-str-validations.md @@ -244,7 +244,7 @@ Wenn Sie einen Wert als erforderlich deklarieren müssen, während Sie `Query` v {* ../../docs_src/query_params_str_validations/tutorial006_an_py39.py hl[9] *} ### Erforderlich, kann `None` sein { #required-can-be-none } -Even though a query parameter is required, it can still accept `None` if handled correctly in the code. +Even though a query parameter is required, it can still accept `None` if handled correctly in the code. For example: ```python