mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Trivial - Fix comment spelling (#1114)
* Fix comment spelling * Grammar fix Co-Authored-By: David Montague <35119617+dmontagu@users.noreply.github.com>
This commit is contained in:
committed by
Samuel Colvin
parent
1a273f2e64
commit
a7ef2d5e1b
@@ -29,5 +29,5 @@ class MainModel(BaseModel):
|
||||
class Config:
|
||||
title = 'Main'
|
||||
|
||||
# this is equivilant of json.dumps(MainModel.schema(), indent=2):
|
||||
# this is equivalent to json.dumps(MainModel.schema(), indent=2):
|
||||
print(MainModel.schema_json(indent=2))
|
||||
|
||||
Reference in New Issue
Block a user