mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 10:45:51 +03:00
use double quotes for docstring instead of single quotes
This commit is contained in:
parent
2a00454517
commit
efca5f6fec
|
@ -65,9 +65,9 @@ class APIView(View):
|
|||
return content
|
||||
|
||||
def _generate_action_metadata(self, request):
|
||||
'''
|
||||
"""
|
||||
Helper for generating the fields metadata for allowed and permitted methods.
|
||||
'''
|
||||
"""
|
||||
actions = {}
|
||||
|
||||
for method in self.allowed_methods:
|
||||
|
|
Loading…
Reference in New Issue
Block a user