From f1efc121eeb295f90973f5148290d505beb91306 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 6 Sep 2015 11:18:30 -0400 Subject: [PATCH] corrected whitepace --- cloud/amazon/ec2_asg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_asg.py b/cloud/amazon/ec2_asg.py index db6cd061480..4944674a55c 100644 --- a/cloud/amazon/ec2_asg.py +++ b/cloud/amazon/ec2_asg.py @@ -111,7 +111,7 @@ options: choices: ['EC2', 'ELB'] default_cooldown: description: - - The number of seconds after a scaling activity completes before another can begin. + - The number of seconds after a scaling activity completes before another can begin. required: false default: 300 seconds version_added: "2.0"