Fi doc typo (#286)

This commit is contained in:
Daniel Hahler
2019-01-08 11:38:08 +01:00
committed by Cristi Vîjdea
parent 4b1098369c
commit e266eeda60
+1 -1
View File
@@ -230,7 +230,7 @@ class OpenAPISchemaGenerator(object):
def get_schema(self, request=None, public=False):
"""Generate a :class:`.Swagger` object representing the API schema.
:param request: the request used for filtering accesible endpoints and finding the spec URI
:param request: the request used for filtering accessible endpoints and finding the spec URI
:type request: rest_framework.request.Request or None
:param bool public: if True, all endpoints are included regardless of access through `request`