Browse Source
✏️ Remove duplicate title in docs `body-multiple-params` (#13345)
pull/13378/head
Haoyu (Daniel) YANG 杨浩宇
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
docs/en/docs/tutorial/body-multiple-params.md
|
|
@ -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. |
|
|
|