use double quotes for docstring instead of single quotes

This commit is contained in:
Nikolaus Schlemm 2013-05-19 14:54:16 +02:00
parent 2a00454517
commit efca5f6fec

View File

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