From 43cd4ebd2e2dbe9e7549130e710d9da3e889a7df Mon Sep 17 00:00:00 2001 From: Sarah Zelechoski Date: Tue, 24 Mar 2015 10:31:34 -0400 Subject: [PATCH] fix syntax in last example --- cloud/amazon/ec2_elb_lb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/amazon/ec2_elb_lb.py b/cloud/amazon/ec2_elb_lb.py index 19d530c2a0f..25a3f1f13fc 100644 --- a/cloud/amazon/ec2_elb_lb.py +++ b/cloud/amazon/ec2_elb_lb.py @@ -235,9 +235,9 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http - - load_balancer_port: 80 - - instance_port: 80 + - protocol: http + load_balancer_port: 80 + instance_port: 80 """ import sys