mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
Fixed comment for openapi
This commit is contained in:
parent
c147769c1b
commit
119e57b2f8
|
@ -71,7 +71,7 @@ class ViewInspector:
|
||||||
|
|
||||||
def get_description(self, path, method):
|
def get_description(self, path, method):
|
||||||
"""
|
"""
|
||||||
Determine a link description.
|
Determine a path description.
|
||||||
|
|
||||||
This will be based on the method docstring if one exists,
|
This will be based on the method docstring if one exists,
|
||||||
or else the class docstring.
|
or else the class docstring.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user