We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51ba4 commit 9e398c5Copy full SHA for 9e398c5
rest_framework/schemas/inspectors.py
@@ -88,7 +88,7 @@ def get_description(self, path, method):
88
view.get_view_description())
89
90
def _get_description_section(self, view, header, description):
91
- lines = list(description.splitlines())
+ lines = description.splitlines()
92
current_section = ''
93
sections = {'': ''}
94
0 commit comments