Merge "Capitalize the first letter in comment"

This commit is contained in:
Jenkins 2017-04-14 12:12:16 +00:00 committed by Gerrit Code Review
commit 9dad416b36
1 changed files with 1 additions and 1 deletions

View File

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