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. ///