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:
John Carter
2019-12-20 01:12:52 +13:00
committed by Samuel Colvin
parent 1a273f2e64
commit a7ef2d5e1b
+1 -1
View File
@@ -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))