From 6ad9f87ce7421e4a34f410eae7407d713da40136 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Mon, 21 Jan 2019 10:38:26 +0100 Subject: [PATCH] Update debug.py (#51041) Changed "though" to "through" --- lib/ansible/plugins/callback/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/debug.py b/lib/ansible/plugins/callback/debug.py index 84da6405d79..585d8138a8b 100644 --- a/lib/ansible/plugins/callback/debug.py +++ b/lib/ansible/plugins/callback/debug.py @@ -9,7 +9,7 @@ DOCUMENTATION = ''' type: stdout short_description: formatted stdout/stderr display description: - - Use this callback to sort though extensive debug output + - Use this callback to sort through extensive debug output version_added: "2.4" extends_documentation_fragment: - default_callback