Spelling fixes (#180)

This commit is contained in:
John Carter
2018-08-08 02:30:13 +12:00
committed by Cristi Vîjdea
parent 33eb9d381c
commit 1dd7cfe043
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from .field import (
from .query import CoreAPICompatInspector, DjangoRestResponsePagination
from .view import SwaggerAutoSchema
# these settings must be accesed only after definig/importing all the classes in this module to avoid ImportErrors
# these settings must be accessed only after defining/importing all the classes in this module to avoid ImportErrors
ViewInspector.field_inspectors = swagger_settings.DEFAULT_FIELD_INSPECTORS
ViewInspector.filter_inspectors = swagger_settings.DEFAULT_FILTER_INSPECTORS
ViewInspector.paginator_inspectors = swagger_settings.DEFAULT_PAGINATOR_INSPECTORS