Fix typo in docstring (#479)

This commit is contained in:
johnthagen
2019-11-14 07:17:53 -05:00
committed by Cristi Vîjdea
parent 456b697ca2
commit 8fd27664f1
+1 -1
View File
@@ -470,7 +470,7 @@ class Schema(SwaggerDict):
:type properties: dict[str,Schema or SchemaRef]
:param additional_properties: allow wildcard properties not listed in `properties`
:type additional_properties: bool or Schema or SchemaRef
:param list[str] required: list of requried property names
:param list[str] required: list of required property names
:param items: type of array items, only valid if `type` is ``array``
:type items: Schema or SchemaRef
:param default: only valid when insider another ``Schema``\\ 's ``properties``;