From 448f6de6bd28d03a354b0c259e82265ad0153359 Mon Sep 17 00:00:00 2001 From: Karthik Suresh Date: Mon, 5 Jun 2017 20:22:57 +0530 Subject: [PATCH] Minor change in comment sentence of shell (#25336) Removing actually as "actual" mentioned two times in the sentence does not look good. --- lib/ansible/modules/commands/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/commands/shell.py b/lib/ansible/modules/commands/shell.py index cbd56d577a1..2a048c6c7ee 100644 --- a/lib/ansible/modules/commands/shell.py +++ b/lib/ansible/modules/commands/shell.py @@ -1,4 +1,4 @@ -# There is actually no actual shell module source, when you use 'shell' in ansible, +# There is no actual shell module source, when you use 'shell' in ansible, # it runs the 'command' module with special arguments and it behaves differently. # See the command source and the comment "#USE_SHELL".