From cf5b1620b72cf4e1b7cbbc0959bcca0f0b73b0fa Mon Sep 17 00:00:00 2001 From: "Amir H. Hajizamani" Date: Fri, 14 Feb 2014 16:44:55 +0000 Subject: [PATCH] Remove superfluous/invalid quote Allow the example to be copy-pasted with minimal confusion about the error. --- library/cloud/route53 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/route53 b/library/cloud/route53 index f6d5e44ef0..78e726995e 100644 --- a/library/cloud/route53 +++ b/library/cloud/route53 @@ -111,7 +111,7 @@ EXAMPLES = ''' # Add an AAAA record. Note that because there are colons in the value # that the entire parameter list must be quoted: - route53: > - "command=create + command=create zone=foo.com record=localhost.foo.com type=AAAA