From 2119fedf4d2dc26e878fd2ce77d25b4644035f86 Mon Sep 17 00:00:00 2001 From: mcs94 <698889+markopolo123@users.noreply.github.com> Date: Sun, 3 Feb 2019 21:30:22 +0000 Subject: [PATCH] doc: fixing typo and grammar rundeck_project.py (#51674) --- lib/ansible/modules/web_infrastructure/rundeck_project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/rundeck_project.py b/lib/ansible/modules/web_infrastructure/rundeck_project.py index a56dc1210c..6a1a3a3634 100644 --- a/lib/ansible/modules/web_infrastructure/rundeck_project.py +++ b/lib/ansible/modules/web_infrastructure/rundeck_project.py @@ -73,11 +73,11 @@ rundeck_response: returned: failed type: str before: - description: dictionnary containing project informations before modification + description: dictionary containing project information before modification returned: success type: dict after: - description: dictionnary containing project informations after modification + description: dictionary containing project information after modification returned: success type: dict '''