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:
parent
404b7140b6
commit
667c40e80b
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
||||||
|
|
Loading…
Reference in a new issue