You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/14 23:55:19 UTC

[2/3] git commit: Fix invalid docstring.

Fix invalid docstring.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b8195a19
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b8195a19
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b8195a19

Branch: refs/heads/trunk
Commit: b8195a19418578e61b90240f9a5fe8f9174717f3
Parents: 0098617
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Nov 14 23:38:25 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Nov 14 23:38:25 2013 +0100

----------------------------------------------------------------------
 libcloud/compute/drivers/cloudstack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b8195a19/libcloud/compute/drivers/cloudstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/cloudstack.py b/libcloud/compute/drivers/cloudstack.py
index 2692f0b..e116155 100644
--- a/libcloud/compute/drivers/cloudstack.py
+++ b/libcloud/compute/drivers/cloudstack.py
@@ -899,7 +899,7 @@ class CloudStackNodeDriver(CloudStackDriverMixIn, NodeDriver):
         :type      domainid: ``str``
 
         :return:   A list of keypair dictionaries
-        :rtype:    :class:`dict`
+        :rtype:   ``list`` of ``dict``
         """
 
         extra_args = kwargs.copy()