Fixed comment for openapi

This commit is contained in:
Yann Savary 2019-09-05 16:29:29 +02:00
parent c147769c1b
commit 119e57b2f8

View File

@ -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.