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 2018/12/19 05:34:21 UTC

[19/21] libcloud git commit: removeed doc string indentations

removeed doc string indentations


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

Branch: refs/heads/trunk
Commit: 9dfd0352cbeafdcbe6f4e87a5650507d5b35f62b
Parents: 6cb6353
Author: mitch <mi...@itaas.dimensiondata.com>
Authored: Tue Dec 18 22:49:25 2018 -0500
Committer: mitch <mi...@itaas.dimensiondata.com>
Committed: Tue Dec 18 22:49:25 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9dfd0352/libcloud/compute/drivers/nttcis.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/nttcis.py b/libcloud/compute/drivers/nttcis.py
index 5fbf482..d850304 100644
--- a/libcloud/compute/drivers/nttcis.py
+++ b/libcloud/compute/drivers/nttcis.py
@@ -4832,7 +4832,7 @@ class NttCisNodeDriver(NodeDriver):
         :param consistency_group_id: Consistency Group's Id
         :type ``str``
         :return: True if response_code contains eiether 'IN_PROGRESS' or 'OK'
-            otherwise False
+        otherwise False
         :rtype: ``bool``
         """
         preview_elm = ET.Element("stopPreviewSnapshot",
@@ -4853,7 +4853,7 @@ class NttCisNodeDriver(NodeDriver):
         :param consistency_group_id: Consistency Group's Id to failover
         :type consistency_group_id: ``str``
         :return: :return: True if response_code contains eiether
-            'IN_PROGRESS' or 'OK' otherwise False
+        IN_PROGRESS' or 'OK' otherwise False
         :rtype: ``bool``
         """
         failover_elm = ET.Element("initiateFailover",
@@ -4873,7 +4873,7 @@ class NttCisNodeDriver(NodeDriver):
         :param consistency_group_id: Id of Consistency Group to delete
         :type ``str``
         :return: True if response_code contains eiether
-            'IN_PROGRESS' or 'OK' otherwise False
+        IN_PROGRESS' or 'OK' otherwise False
         :rtype: ``bool``
         """
         delete_elm = ET.Element("deleteConsistencyGroup",