Commit e9de7066 by Bruce Pennypacker

fixed doc typos

parent a5e90577
......@@ -16,7 +16,7 @@
DOCUMENTATION = '''
---
module: rds
module: route53
version_added: "1.4"
short_description: add or delete entries in Amazon's Route53 DNS service
description:
......@@ -98,9 +98,9 @@ EXAMPLES = '''
- route53: >
command=delete
zone=foo.com
record={{ r.set.record }}
type={{ r.set.type }}
value={{ r.set.value }}
record={{ rec.set.record }}
type={{ rec.set.type }}
value={{ rec.set.value }}
.''
import sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment