From 9a443adc89e9a15f2c94a0914e12919c7df2ef7c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 22 Jun 2018 13:55:08 -0600 Subject: [PATCH] openstack: fix API doc for delete_floating_ip() Prior to this change, Sphinx would not render the "ip" parameter type properly. Add a space so Sphinx will interpret the type properly. --- libcloud/compute/drivers/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index 7d824a4241..5307376731 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -2761,7 +2761,7 @@ def delete_floating_ip(self, ip): Delete specified floating IP from the pool :param ip: floating IP to remove - :type ip::class:`OpenStack_1_1_FloatingIpAddress` + :type ip: :class:`OpenStack_1_1_FloatingIpAddress` :rtype: ``bool`` """