Skip to content

Commit

Permalink
Merge pull request #2620 from tedder/patch-1
Browse files Browse the repository at this point in the history
fix ELB ConnectionSettings values in documentation
  • Loading branch information
kyleknap committed Sep 19, 2014
2 parents 0238747 + 7980e0b commit d2231a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boto/ec2/elb/__init__.py
Expand Up @@ -400,7 +400,7 @@ def modify_lb_attribute(self, load_balancer_name, attribute, value):
:param attribute: The attribute you wish to change.
* crossZoneLoadBalancing - Boolean (true)
* connectionSettings - :py:class:`ConnectionSettingAttribute` instance
* connectingSettings - :py:class:`ConnectionSettingAttribute` instance
* accessLog - :py:class:`AccessLogAttribute` instance
* connectionDraining - :py:class:`ConnectionDrainingAttribute` instance
Expand Down Expand Up @@ -472,7 +472,7 @@ def get_lb_attribute(self, load_balancer_name, attribute):
* accessLog - :py:class:`AccessLogAttribute` instance
* crossZoneLoadBalancing - Boolean
* connectionSettings - :py:class:`ConnectionSettingAttribute` instance
* connectingSettings - :py:class:`ConnectionSettingAttribute` instance
* connectionDraining - :py:class:`ConnectionDrainingAttribute`
instance
Expand Down

0 comments on commit d2231a2

Please sign in to comment.