From 431d8c9a8f14e783e8d99c9888aa71ae9e326125 Mon Sep 17 00:00:00 2001 From: Ben Doherty Date: Thu, 26 May 2016 20:36:14 -0400 Subject: [PATCH] Drop extra double-quote from documentation --- files/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/archive.py b/files/archive.py index 540840b1dac..f6791ff53d5 100644 --- a/files/archive.py +++ b/files/archive.py @@ -17,7 +17,7 @@ options: default: null compression: description: - - "The type of compression to use. Can be 'gz', 'bz2', or 'zip'. + - The type of compression to use. Can be 'gz', 'bz2', or 'zip'. choices: [ 'gz', 'bz2', 'zip' ] creates: description: