Merge "Fix typo"

This commit is contained in:
Zuul
2024-04-11 15:27:42 +00:00
committed by Gerrit Code Review

View File

@@ -330,9 +330,8 @@ class Proxy(proxy.Proxy):
def get_aggregate(self, aggregate): def get_aggregate(self, aggregate):
"""Get a single host aggregate """Get a single host aggregate
:param image: The value can be the ID of an aggregate or a :param aggregate: The value can be the ID of an aggregate or a
:class:`~openstack.compute.v2.aggregate.Aggregate` :class:`~openstack.compute.v2.aggregate.Aggregate` instance.
instance.
:returns: One :class:`~openstack.compute.v2.aggregate.Aggregate` :returns: One :class:`~openstack.compute.v2.aggregate.Aggregate`
:raises: :class:`~openstack.exceptions.ResourceNotFound` :raises: :class:`~openstack.exceptions.ResourceNotFound`