✏️ Remove duplicate title in docs `body-multiple-params` (#13345)

This commit is contained in:
Haoyu (Daniel) YANG 杨浩宇 2025-02-15 12:42:54 +01:00 committed by GitHub
parent db554ca094
commit 261bc2d387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ And you can also declare body parameters as optional, by setting the default to
{* ../../docs_src/body_multiple_params/tutorial001_an_py310.py hl[18:20] *}
## Multiple body parameters
/// note
Notice that, in this case, the `item` that would be taken from the body is optional. As it has a `None` default value.