]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update includes for `docs/en/docs/tutorial/body.md` (#12757)
authorGaurav Sheni <gvsheni@gmail.com>
Tue, 12 Nov 2024 16:09:34 +0000 (11:09 -0500)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 16:09:34 +0000 (17:09 +0100)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/body.md

index 9c97f64cb0a4568c9916ae88ea5c36d6a29dbabc..aba5593a5943a77fa32ea47cff557bbaa5431c5f 100644 (file)
@@ -126,7 +126,7 @@ It improves editor support for Pydantic models, with:
 
 Inside of the function, you can access all the attributes of the model object directly:
 
-{!> ../../docs_src/body/tutorial002_py310.py!}
+{* ../../docs_src/body/tutorial002_py310.py *}
 
 ## Request body + path parameters