Skip to content

Commit

Permalink
Fix typo in docstring (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and axnsan12 committed Nov 14, 2019
1 parent 456b697 commit 8fd2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drf_yasg/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def __init__(self, title=None, description=None, type=None, format=None, enum=No
: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``;
Expand Down

0 comments on commit 8fd2766

Please sign in to comment.