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/12/27 08:40:18 UTC

[3/4] libcloud git commit: Fix identation problems in docs

Fix identation problems in docs


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

Branch: refs/heads/trunk
Commit: 631070e57b4d6b9eb543a28cc3662affde8f4f48
Parents: 808118c
Author: John Baublitz <jo...@cambridgesemantics.com>
Authored: Tue Nov 29 11:42:27 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Dec 27 19:39:09 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/631070e5/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index e0f3e83..581f1e5 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -4536,12 +4536,12 @@ class GCENodeDriver(NodeDriver):
         :type     description: ``str`` or ``None``
 
         :keyword  ex_can_ip_forward: Set to ``True`` to allow this node to
-                                  send/receive non-matching src/dst packets.
+                                     send/receive non-matching src/dst packets.
         :type     ex_can_ip_forward: ``bool`` or ``None``
 
         :keyword  ex_preemptible: Defines whether the instance is preemptible.
-                                        (If not supplied, the instance will
-                                         not be preemptible)
+                                  (If not supplied, the instance will
+                                  not be preemptible)
         :type     ex_preemptible: ``bool`` or ``None``
 
         :keyword  ex_disks_gce_struct: Support for passing in the GCE-specific