Fix typos

This commit is contained in:
tangkikodo
2023-03-13 12:29:11 +08:00
committed by GitHub
parent eb44489578
commit c2b45d4f8e

View File

@@ -887,7 +887,7 @@ class Profile(BaseModel):
``` ```
### 21. Raise a ValueError in custom pydantic validators, if schema directly faces the client ### 21. Raise a ValueError in custom pydantic validators, if schema directly faces the client
It wil return a nice detailed response to users. It will return a nice detailed response to users.
```python ```python
# src.profiles.schemas # src.profiles.schemas
from pydantic import BaseModel, validator from pydantic import BaseModel, validator