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/bf162b72 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bf162b72 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bf162b72 Branch: refs/heads/trunk Commit: bf162b72502f02f8f445db542b59b4468a2526b9 Parents: 384b574 Author: Alex Gaynor <[email protected]> Authored: Wed Jul 24 14:28:31 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jul 24 23:36:00 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/bf162b72/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):
