We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1418e06 commit 25dd584Copy full SHA for 25dd584
pydantic/readme/USAGE.rst
@@ -18,7 +18,7 @@ To define your own pydantic model you just need to create a class that inherits
18
zip_code: str = None
19
city: str
20
phone: str = None
21
- is_componay : bool = Field(None)
+ is_company : bool = Field(None)
22
23
24
In the preceding code, 2 new models are created, one for each class. If you
0 commit comments