You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by se...@apache.org on 2014/05/30 11:05:18 UTC

git commit: Fix docstrings in ex_delete_floating_ip OpenStack driver

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 <ru...@gmail.com>
Authored: Fri May 30 11:05:00 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
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``
         """