From e57d2921a33dbdf0096a5104a9f863f022793bf1 Mon Sep 17 00:00:00 2001 From: baiwenteng Date: Fri, 9 Feb 2018 16:45:20 +0800 Subject: [PATCH] Fix grammar error Change-Id: Ic9665ffad528b607a8b86fda8036266cfd6a9cd3 --- rally/plugins/openstack/services/storage/cinder_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally/plugins/openstack/services/storage/cinder_v2.py b/rally/plugins/openstack/services/storage/cinder_v2.py index ae7c3e22..f5a55052 100644 --- a/rally/plugins/openstack/services/storage/cinder_v2.py +++ b/rally/plugins/openstack/services/storage/cinder_v2.py @@ -180,7 +180,7 @@ class CinderV2Service(service.Service, cinder_common.CinderMixin): description=None, is_public=None): """Update the name and/or description for a volume type. - :param volume_type: The ID or a instance of the :class:`VolumeType` + :param volume_type: The ID or an instance of the :class:`VolumeType` to update. :param name: if None, updates name by generating random name. else updates name with provided name