From: Haoyu (Daniel) YANG 杨浩宇 Date: Sat, 15 Feb 2025 11:42:54 +0000 (+0100) Subject: ✏️ Remove duplicate title in docs `body-multiple-params` (#13345) X-Git-Tag: 0.115.9~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261bc2d3875ad95ec570a2cb15df6a54af39207f;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Remove duplicate title in docs `body-multiple-params` (#13345) --- diff --git a/docs/en/docs/tutorial/body-multiple-params.md b/docs/en/docs/tutorial/body-multiple-params.md index 9fced96526..71b308bb4a 100644 --- a/docs/en/docs/tutorial/body-multiple-params.md +++ b/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.