Remove superfluous/invalid quote
Allow the example to be copy-pasted with minimal confusion about the error.
This commit is contained in:
parent
4012f4bb95
commit
cf5b1620b7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ EXAMPLES = '''
|
|||
# Add an AAAA record. Note that because there are colons in the value
|
||||
# that the entire parameter list must be quoted:
|
||||
- route53: >
|
||||
"command=create
|
||||
command=create
|
||||
zone=foo.com
|
||||
record=localhost.foo.com
|
||||
type=AAAA
|
||||
|
|
Loading…
Reference in a new issue