Fix missing quote mark in route53 doc example

reviewable/pr18780/r1
Amir H. Hajizamani 11 years ago
parent 708636d7fb
commit a2a72feccf

@ -116,7 +116,7 @@ EXAMPLES = '''
record=localhost.foo.com
type=AAAA
ttl=7200
value=::1"
value="::1"
'''
import sys

Loading…
Cancel
Save