Capitalize the first letter in comment

The comment should be 'List' not 'list'.

Change-Id: I4c7c632e48426fde8cbcc606b141bfcde3e7e319
This commit is contained in:
yangweiwei 2017-04-14 09:46:30 +08:00
parent 8ddb0f2dbf
commit c03063d6cc
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)