Update includes in em and zh version of page

This commit is contained in:
Yurii Motov 2025-11-28 11:19:33 +01:00
parent 48a876d54a
commit 03ca4c106d
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ q: Union[str, None] = Query(default=None, min_length=3)
👈, 👆 💪 📣 👈 `None` ☑ 🆎 ✋️ ⚙️ `default=...`:
{* ../../docs_src/query_params_str_validations/tutorial006c.py hl[9] *}
{* ../../docs_src/query_params_str_validations/tutorial006c_an_py310.py hl[9] *}
/// tip

View File

@ -114,7 +114,7 @@ q: Union[str, None] = Query(default=None, min_length=3)
为此,你可以声明`None`是一个有效的类型,并仍然使用`default=...`
{* ../../docs_src/query_params_str_validations/tutorial006c.py hl[9] *}
{* ../../docs_src/query_params_str_validations/tutorial006c_an_py310.py hl[9] *}
/// tip