From eaa93641591a9ee4c14d3b7aa7b5a4b6f60155db Mon Sep 17 00:00:00 2001 From: aaronk1 Date: Thu, 3 May 2018 00:51:00 -0400 Subject: [PATCH] update win_psmodule.py (#39631) +label: docsite_pr (cherry picked from commit ca36e07be0faf0698751b82c7feb038f0d0e9898) --- lib/ansible/modules/windows/win_psmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_psmodule.py b/lib/ansible/modules/windows/win_psmodule.py index 32635b49274..505303be855 100644 --- a/lib/ansible/modules/windows/win_psmodule.py +++ b/lib/ansible/modules/windows/win_psmodule.py @@ -58,7 +58,7 @@ options: - present - absent notes: - - Powershell 5.0 or higer is needed. + - Powershell 5.0 or higher is needed. author: Daniele Lazzari '''