Commit efca5f6f by Nikolaus Schlemm

use double quotes for docstring instead of single quotes

parent 2a004545
...@@ -65,9 +65,9 @@ class APIView(View): ...@@ -65,9 +65,9 @@ class APIView(View):
return content return content
def _generate_action_metadata(self, request): def _generate_action_metadata(self, request):
''' """
Helper for generating the fields metadata for allowed and permitted methods. Helper for generating the fields metadata for allowed and permitted methods.
''' """
actions = {} actions = {}
for method in self.allowed_methods: for method in self.allowed_methods:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment