From 667c40e80babf9470ec6dd6f046d2d3a837cc040 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Mon, 1 Oct 2018 09:16:04 -0500 Subject: [PATCH] Fix typo in ec2_vpnc_nat_gateway module (#46304) - Added space between `format` and `in` on return item `create_time` --- lib/ansible/modules/cloud/amazon/ec2_vpc_nat_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_nat_gateway.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_nat_gateway.py index 491b1ffc01c..e3de4a6c2aa 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_nat_gateway.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_nat_gateway.py @@ -151,7 +151,7 @@ EXAMPLES = ''' RETURN = ''' create_time: - description: The ISO 8601 date time formatin UTC. + description: The ISO 8601 date time format in UTC. returned: In all cases. type: string sample: "2016-03-05T05:19:20.282000+00:00'"