Skip to content

Commit d225305

Browse files
committed
vale
1 parent fa58537 commit d225305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/integrations/fastapi-integration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This application has three models, the ``StudentModel``, the
140140
``UpdateStudentModel``, and the ``StudentCollection``. These models are
141141
defined in the ``app.py`` file.
142142

143-
All of the models in the application build on the `Pydantic <https://pydantic-docs.helpmanual.io/>`__ ``BaseModel``, which provides basic type validation, JSON parsing and serialization, and basic error handling.
143+
All the models in the application build on the `Pydantic <https://pydantic-docs.helpmanual.io/>`__ ``BaseModel``, which provides basic type validation, JSON parsing and serialization, and basic error handling.
144144

145145
StudentModel Class
146146
```````````````````

0 commit comments

Comments
 (0)