Commit b0bc2bd8 by Amir H. Hajizamani

Fix missing quote mark in route53 doc example

parent a0f91f2a
...@@ -116,7 +116,7 @@ EXAMPLES = ''' ...@@ -116,7 +116,7 @@ EXAMPLES = '''
record=localhost.foo.com record=localhost.foo.com
type=AAAA type=AAAA
ttl=7200 ttl=7200
value=::1" value="::1"
''' '''
import sys 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