Fi doc typo (#286)

master
Daniel Hahler 2019-01-08 11:38:08 +01:00 committed by Cristi Vîjdea
parent 4b1098369c
commit e266eeda60
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class OpenAPISchemaGenerator(object):
def get_schema(self, request=None, public=False): def get_schema(self, request=None, public=False):
"""Generate a :class:`.Swagger` object representing the API schema. """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 :type request: rest_framework.request.Request or None
:param bool public: if True, all endpoints are included regardless of access through `request` :param bool public: if True, all endpoints are included regardless of access through `request`