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

fixed doc typos

This commit is contained in:
Bruce Pennypacker 2013-07-18 15:41:44 -04:00
parent a5e9057752
commit e9de70668b

View file

@ -16,7 +16,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: rds module: route53
version_added: "1.4" version_added: "1.4"
short_description: add or delete entries in Amazon's Route53 DNS service short_description: add or delete entries in Amazon's Route53 DNS service
description: description:
@ -98,9 +98,9 @@ EXAMPLES = '''
- route53: > - route53: >
command=delete command=delete
zone=foo.com zone=foo.com
record={{ r.set.record }} record={{ rec.set.record }}
type={{ r.set.type }} type={{ rec.set.type }}
value={{ r.set.value }} value={{ rec.set.value }}
.'' .''
import sys import sys