Merge "Fix comma location in comment"

This commit is contained in:
Jenkins
2015-12-09 00:19:36 +00:00
committed by Gerrit Code Review

View File

@@ -861,7 +861,7 @@ def do_type_show(cs, args):
help='Make type accessible to the public or not.')
@utils.service_type('volumev2')
def do_type_update(cs, args):
"""Updates volume type name ,description and/or is_public."""
"""Updates volume type name, description, and/or is_public."""
is_public = strutils.bool_from_string(args.is_public)
vtype = cs.volume_types.update(args.id, args.name, args.description,
is_public)