fix indentation errors of docstring in loadbalancer/drivers/nttcis.py

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

Branch: refs/heads/trunk
Commit: 7d6569c379d2be709559619f129c7d9e727b428d
Parents: b272633
Author: mitch <[email protected]>
Authored: Thu Oct 25 14:20:40 2018 -0400
Committer: mitch <[email protected]>
Committed: Thu Oct 25 14:20:40 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7d6569c3/libcloud/loadbalancer/drivers/nttcis.py
----------------------------------------------------------------------
diff --git a/libcloud/loadbalancer/drivers/nttcis.py 
b/libcloud/loadbalancer/drivers/nttcis.py
index a681055..c86d38a 100644
--- a/libcloud/loadbalancer/drivers/nttcis.py
+++ b/libcloud/loadbalancer/drivers/nttcis.py
@@ -112,7 +112,7 @@ class NttCisLBDriver(Driver):
 
         :param listener_port: An integer in the range of 1-65535.
                               If not supplied, it will be taken to
-                               mean 'Any Port'
+                              mean 'Any Port'
         :type  port: ``int
 
         :param port: An integer in the range of 1-65535. If not supplied,
@@ -131,8 +131,8 @@ class NttCisLBDriver(Driver):
 
         :param optimization_profile: For STANDARD type and protocol TCP
                                      an optimization type of TCP, LAN_OPT,
-                                      WAN_OPT, MOBILE_OPT, or TCP_LEGACY is
-                                      required. Default is TCP
+                                     WAN_OPT, MOBILE_OPT, or TCP_LEGACY is
+                                     required. Default is TCP
         :type  protcol: ``str``
 
         :param ex_listener_ip_address: Must be a valid IPv4 in dot-decimal

Reply via email to