Fixed line length.
Closes #706

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

Branch: refs/heads/trunk
Commit: 2c31f61e8bb39f6e91dcf83473c297c498cbd392
Parents: 323469c
Author: Juan Font <juanfontalo...@gmail.com>
Authored: Tue Feb 16 00:06:48 2016 +0100
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Tue Feb 16 13:21:42 2016 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/vcloud.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2c31f61e/libcloud/compute/drivers/vcloud.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/vcloud.py 
b/libcloud/compute/drivers/vcloud.py
index e09ad84..2111906 100644
--- a/libcloud/compute/drivers/vcloud.py
+++ b/libcloud/compute/drivers/vcloud.py
@@ -2190,7 +2190,8 @@ class VCloud_5_5_NodeDriver(VCloud_5_1_NodeDriver):
     def ex_acquire_mks_ticket(self, vapp_or_vm_id, vm_num=0):
         """
         Retrieve a mks ticket that you can use to gain access to the console
-        of a running VM. If successful, returns a dict with the following keys:
+        of a running VM. If successful, returns a dict with the following
+        keys:
         - host: host (or proxy) through which the console connection
                 is made
         - vmx: a reference to the VMX file of the VM for which this
@@ -2201,8 +2202,8 @@ class VCloud_5_5_NodeDriver(VCloud_5_1_NodeDriver):
         :param  vapp_or_vm_id: vApp or VM ID you want to connect to.
         :type   vapp_or_vm_id: ``str``
 
-        :param  vm_num: If a vApp ID is provided, vm_num is position in the 
vApp
-                VM list of the VM you want to get a screen ticket.
+        :param  vm_num: If a vApp ID is provided, vm_num is position in the
+                vApp VM list of the VM you want to get a screen ticket.
                 Default is 0.
         :type   vm_num: ``int``
 

Reply via email to