From c819c1725de510fb41e8bdc38e68c2ac1df81ced Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 9 Dec 2021 21:43:10 +0000 Subject: [PATCH] Remove withought typo (#76524) Found on https://github.com/ansible/ansible-navigator/issues/689 as we are using codespell, maybe Ansible core could benefit from it. --- lib/ansible/plugins/doc_fragments/action_common_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/action_common_attributes.py b/lib/ansible/plugins/doc_fragments/action_common_attributes.py index d81fe14b290..e95799746f3 100644 --- a/lib/ansible/plugins/doc_fragments/action_common_attributes.py +++ b/lib/ansible/plugins/doc_fragments/action_common_attributes.py @@ -11,7 +11,7 @@ class ModuleDocFragment(object): DOCUMENTATION = r''' attributes: check_mode: - description: Can run in check_mode and return changed status prediction withought modifying target + description: Can run in check_mode and return changed status prediction without modifying target diff_mode: description: Will return details on what has changed (or possibly needs changing in check_mode), when in diff mode platform: