Capitalize the first letter in comment
The comment should be 'List' not 'list'. Change-Id: I4c7c632e48426fde8cbcc606b141bfcde3e7e319
This commit is contained in:
parent
8ddb0f2dbf
commit
c03063d6cc
@ -391,7 +391,7 @@ class ShareMixin(object):
|
||||
return webob.Response(status_int=202)
|
||||
|
||||
def _access_list(self, req, id, body):
|
||||
"""list share access rules."""
|
||||
"""List share access rules."""
|
||||
context = req.environ['manila.context']
|
||||
|
||||
share = self.share_api.get(context, id)
|
||||
|
Loading…
Reference in New Issue
Block a user