You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/02/25 18:05:56 UTC

[4/5] libcloud git commit: gce: Fix typo in docstring

gce: Fix typo in docstring


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

Branch: refs/heads/trunk
Commit: 0de21375f52dac85d85010ac5b2068956a2458cb
Parents: e375024
Author: Quentin Pradet <qu...@apache.org>
Authored: Sun Feb 25 21:27:37 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Sun Feb 25 21:27:37 2018 +0400

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0de21375/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index 94b7ba9..a20ce21 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -8431,7 +8431,7 @@ class GCENodeDriver(NodeDriver):
         """
         Return a Firewall object from the JSON-response dictionary.
 
-        :param  firewall: The dictionary deFscribing the firewall.
+        :param  firewall: The dictionary describing the firewall.
         :type   firewall: ``dict``
 
         :return: Firewall object