From 8fd27664f14b6f5555630f943af59590af63728b Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 14 Nov 2019 07:17:53 -0500 Subject: [PATCH] Fix typo in docstring (#479) --- src/drf_yasg/openapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drf_yasg/openapi.py b/src/drf_yasg/openapi.py index 94a784d..35541bc 100644 --- a/src/drf_yasg/openapi.py +++ b/src/drf_yasg/openapi.py @@ -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``;