Repository: libcloud Updated Branches: refs/heads/trunk 415ae9e47 -> e42e87862
Fix docstrings in ex_delete_floating_ip OpenStack driver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e42e8786 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e42e8786 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e42e8786 Branch: refs/heads/trunk Commit: e42e878620931d0a921bdbe95ee64b7807b72617 Parents: 415ae9e Author: Sebastien Goasguen <[email protected]> Authored: Fri May 30 11:05:00 2014 +0200 Committer: Sebastien Goasguen <[email protected]> Committed: Fri May 30 11:05:00 2014 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e42e8786/libcloud/compute/drivers/openstack.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index 5a85201..e2c5057 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -2217,7 +2217,7 @@ class OpenStack_1_1_NodeDriver(OpenStackNodeDriver): Delete specified floating IP :param ip: floating IP to remove - :type ip::class:`OpenStack_1_1_FloatingIpAddress` + :type ip: :class:`OpenStack_1_1_FloatingIpAddress` :rtype: ``bool`` """
