Fix missing quote mark in route53 doc example

pull/5882/head
Amir H. Hajizamani 11 years ago
parent a0f91f2aaa
commit b0bc2bd86a

@ -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

Loading…
Cancel
Save