Skip to content

Commit

Permalink
Fi doc typo (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and axnsan12 committed Jan 8, 2019
1 parent 4b10983 commit e266eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drf_yasg/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_security_requirements(self, security_definitions):
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`
Expand Down

0 comments on commit e266eed

Please sign in to comment.