Updated Branches: refs/heads/0.13.x 272d80a1e -> ac7c6adb2 refs/heads/trunk 384b574e4 -> bf162b725
Corrected an incorrect return-type in a docstring. Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ac7c6adb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ac7c6adb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ac7c6adb Branch: refs/heads/0.13.x Commit: ac7c6adb2d07f86db4a24ce0a9f58c7d8fff586d Parents: 272d80a Author: Alex Gaynor <[email protected]> Authored: Wed Jul 24 14:28:31 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jul 24 23:35:48 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ac7c6adb/libcloud/compute/drivers/openstack.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index 4904443..f9b8fa3 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -760,7 +760,7 @@ class OpenStack_1_0_NodeDriver(OpenStackNodeDriver): @param node_id: ID of the node which should be used @type node_id: C{str} - @rtype: C{bool} + @rtype: C{OpenStack_1_0_NodeIpAddresses} """ # @TODO: Remove this if in 0.6 if isinstance(node_id, Node):
