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/21 05:42:50 UTC

[03/16] libcloud git commit: fix docstring indent

fix docstring indent


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

Branch: refs/heads/trunk
Commit: d648d9a617911366332a1ed128e28c9d0dfeada0
Parents: 4d06cfe
Author: ViktorOgnev <v....@scalr.com>
Authored: Mon Mar 28 12:10:09 2016 +0300
Committer: ViktorOgnev <v....@scalr.com>
Committed: Mon Mar 28 12:10:50 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d648d9a6/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index f88bc52..07637c8 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -3113,8 +3113,8 @@ class BaseEC2NodeDriver(NodeDriver):
                             when creating the encrypted volume.
                             Example:
                             arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123
-                                                    -456a-a12b-a123b4cd56ef.
-                            Only used if encrypted is set to True
+                            -456a-a12b-a123b4cd56ef.
+                            Only used if encrypted is set to True.
         :type ex_kms_key_id: ``str``
 
         :return: The newly created volume.