From d0180f23289678b0cc36f02dfc9a72972527ffe7 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 11 Jan 2016 19:22:36 -0500 Subject: [PATCH] really fixed the doc formatting --- windows/win_feature.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/win_feature.py b/windows/win_feature.py index bd2fbac5187..84c95154477 100644 --- a/windows/win_feature.py +++ b/windows/win_feature.py @@ -67,9 +67,7 @@ options: description: - Specify a source to install the feature from required: false - choices: - - "{driveletter}:\sources\sxs" - - "{IP}\Share\sources\sxs" + choices: [ ' {driveletter}:\sources\sxs', ' {IP}\Share\sources\sxs' ] version_added: "2.1" author: - "Paul Durivage (@angstwad)"