Commit 716b5f0c by jctanner

Merge pull request #5882 from amirhhz/patch-1

Fix missing quote mark in route53 doc example
parents a0f91f2a b0bc2bd8
......@@ -116,7 +116,7 @@ EXAMPLES = '''
record=localhost.foo.com
type=AAAA
ttl=7200
value=::1"
value="::1"
'''
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