Browse Source

🎨 Auto format

pull/14480/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
d36f22d1b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/body.md

2
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 /// 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. FastAPI needs this import to validate request bodies and generate documentation.
/// ///

Loading…
Cancel
Save