From d36f22d1b6718721b6d503b29326da665a46f176 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:34:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/body.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/body.md b/docs/en/docs/tutorial/body.md index b933adb55..75122d653 100644 --- a/docs/en/docs/tutorial/body.md +++ b/docs/en/docs/tutorial/body.md @@ -22,7 +22,7 @@ As it is discouraged, the interactive docs with Swagger UI won't show the docume /// note -`BaseModel` is the main class from Pydantic used for creating data models. +`BaseModel` is the main class from Pydantic used for creating data models. FastAPI needs this import to validate request bodies and generate documentation. ///