]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Remove duplicate title in docs `body-multiple-params` (#13345)
authorHaoyu (Daniel) YANG 杨浩宇 <yanghaoyu97@outlook.com>
Sat, 15 Feb 2025 11:42:54 +0000 (12:42 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Feb 2025 11:42:54 +0000 (11:42 +0000)
docs/en/docs/tutorial/body-multiple-params.md

index 9fced965260e334eb034e4f014e34f246612ea26..71b308bb4ae2d891e462214bb12efa349fd232d9 100644 (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.