From 14ebc19897a259cd8de43e5b4292aa37878a1249 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 10 Sep 2015 16:18:35 -0400 Subject: [PATCH] fixed doc issues with win_lineinfile --- windows/win_lineinfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/win_lineinfile.py b/windows/win_lineinfile.py index 3efc87cdf70..24d0afdef7b 100644 --- a/windows/win_lineinfile.py +++ b/windows/win_lineinfile.py @@ -94,7 +94,7 @@ options: newline: required: false description: - - Specifies the line separator style to use for the modified file. This defaults to the windows line separator (\r\n). Note that the indicated line separator will be used for file output regardless of the original line seperator that appears in the input file. + - "Specifies the line separator style to use for the modified file. This defaults to the windows line separator (\r\n). Note that the indicated line separator will be used for file output regardless of the original line seperator that appears in the input file." choices: [ "windows", "unix" ] default: "windows" """