1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo in ec2_vpnc_nat_gateway module (#46304)

- Added space between `format` and `in` on return item `create_time`
This commit is contained in:
Jason Meridth 2018-10-01 09:16:04 -05:00 committed by Alicia Cozine
parent 404b7140b6
commit 667c40e80b

View file

@ -151,7 +151,7 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
create_time: create_time:
description: The ISO 8601 date time formatin UTC. description: The ISO 8601 date time format in UTC.
returned: In all cases. returned: In all cases.
type: string type: string
sample: "2016-03-05T05:19:20.282000+00:00'" sample: "2016-03-05T05:19:20.282000+00:00'"