Merge "Fix typo"

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

View File

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