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:38:32 UTC

[4/5] libcloud git commit: Gcloud: fix typo Closes #975

Gcloud: fix typo
Closes #975


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

Branch: refs/heads/trunk
Commit: c6c316eb7a2de65023c314fc9ab85e4a08ece538
Parents: a8f66fd
Author: zacharya19 <za...@gmail.com>
Authored: Sun Feb 26 10:16:40 2017 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 11:36:37 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/c6c316eb/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index 1c0fb81..09187d3 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -5765,8 +5765,8 @@ class GCENodeDriver(NodeDriver):
                        RFC1035.
         :type   manager: ``str`` or :class: `GCEInstanceGroupManager`
 
-        :keyword  node_list:  list of Node objects to delete.
-        :type   :type   node_list: ``list`` of :class:`Node`
+        :param  node_list:  list of Node objects to delete.
+        :type   node_list: ``list`` of :class:`Node`
 
         :return:  True if successful
         :rtype: ``bool``