Merge pull request #5882 from amirhhz/patch-1
Fix missing quote mark in route53 doc examplepull/4420/head
commit
716b5f0c4e
|
@ -116,7 +116,7 @@ EXAMPLES = '''
|
|||
record=localhost.foo.com
|
||||
type=AAAA
|
||||
ttl=7200
|
||||
value=::1"
|
||||
value="::1"
|
||||
'''
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue