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 2017/04/01 00:41:40 UTC

[2/2] libcloud git commit: Fixed typo and found another copy paste error. Closes #981

Fixed typo and found another copy paste error.
Closes #981


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

Branch: refs/heads/trunk
Commit: e27581b5b5e27e032ab574aa9d4cb58b147c500d
Parents: 3bc8812
Author: toller <ru...@emc.com>
Authored: Tue Feb 21 10:11:50 2017 -0700
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 11:41:24 2017 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/gce.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e27581b5/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index 3e247a9..7ff5f0f 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -1287,7 +1287,7 @@ class GCEInstanceGroupManager(UuidMixin):
         :type   id: ``str``
 
         :param  name: The name of this Instance Group.
-        :type   size: ``str``
+        :type   name: ``str``
 
         :param  zone: Zone in witch the Instance Group belongs
         :type   zone: :class: ``GCEZone``
@@ -1874,7 +1874,7 @@ class GCENodeDriver(NodeDriver):
         :type     node: ``Node``
 
         :keyword  name: Name of the access config.
-        :type     nam: ``str``
+        :type     name: ``str``
 
         :keyword  nic: Name of the network interface.
         :type     nic: ``str``