Fix missing quote mark in route53 doc example

This commit is contained in:
Amir H. Hajizamani 2014-02-05 13:59:31 +00:00
parent 708636d7fb
commit a2a72feccf

View file

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