From 2cfaf6e80afdc87585dfb0fcc24097b55f8ee717 Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Tue, 23 Apr 2019 14:42:01 -0700 Subject: [PATCH] sensu_subscription very minor docstring typo (#55675) --- lib/ansible/modules/monitoring/sensu_subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/sensu_subscription.py b/lib/ansible/modules/monitoring/sensu_subscription.py index 3e3b55ae1d8..6921c15c536 100644 --- a/lib/ansible/modules/monitoring/sensu_subscription.py +++ b/lib/ansible/modules/monitoring/sensu_subscription.py @@ -49,7 +49,7 @@ author: Anders Ingemann (@andsens) RETURN = ''' reasons: - description: the reasons why the moule changed or did not change something + description: the reasons why the module changed or did not change something returned: success type: list sample: ["channel subscription was absent and state is `present'"]