From 5c6f375c1714b48de153c372cc379d5e6d93b01c Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Fri, 12 Dec 2014 13:29:51 -0600 Subject: [PATCH] Type fix on delete_snapshot docs. --- cloud/amazon/ec2_ami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_ami.py b/cloud/amazon/ec2_ami.py index c50e5a88048..ab1f986356b 100644 --- a/cloud/amazon/ec2_ami.py +++ b/cloud/amazon/ec2_ami.py @@ -79,7 +79,7 @@ options: aliases: [] delete_snapshot: description: - - Whether or not to deleted an AMI while deregistering it. + - Whether or not to delete an AMI while deregistering it. required: false default: null aliases: []