You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/04/17 17:08:46 UTC

libcloud git commit: Doc fix Node.__init__(): size -> image Closes #761

Repository: libcloud
Updated Branches:
  refs/heads/trunk bb1306409 -> 30418de14


Doc fix Node.__init__(): size -> image
Closes #761


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

Branch: refs/heads/trunk
Commit: 30418de145a97977c5ef25fc34920f4a526f85bb
Parents: bb13064
Author: Nándor István Krácser <bo...@gmail.com>
Authored: Sun Apr 17 11:47:55 2016 +0200
Committer: anthony-shaw <an...@apache.org>
Committed: Mon Apr 18 01:08:21 2016 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/30418de1/libcloud/compute/base.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py
index b64dd31..f4d4961 100644
--- a/libcloud/compute/base.py
+++ b/libcloud/compute/base.py
@@ -191,7 +191,7 @@ class Node(UuidMixin):
         :type size: :class:`.NodeSize`
 
         :param image: Image of this node. (optional)
-        :type size: :class:`.NodeImage`
+        :type image: :class:`.NodeImage`
 
         :param created_at: The datetime this node was created (optional)
         :type created_at: :class: `datetime.datetime`