From d1ff60d125fad059ffd8b45fea70b76e61f72acc Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 15 Feb 2024 12:16:58 +0000 Subject: [PATCH] Fix typo Change-Id: I160d95eebfe4de5bbea77820e40632f2a1dfd67a Signed-off-by: Stephen Finucane --- openstack/compute/v2/_proxy.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openstack/compute/v2/_proxy.py b/openstack/compute/v2/_proxy.py index 53ea68a4d..5929e0e61 100644 --- a/openstack/compute/v2/_proxy.py +++ b/openstack/compute/v2/_proxy.py @@ -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`