Fix typos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user