From 0bc9b206d7bdd70218f471d81d37c92364a2abe6 Mon Sep 17 00:00:00 2001 From: Luka Matijevic Date: Tue, 19 Mar 2019 12:55:10 +0100 Subject: [PATCH] docs: removed excess word --- docs/ansible.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 22b1433f..4ccce845 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -569,7 +569,7 @@ in regular Ansible: * During task shutdown, it is not necessary to wait to learn if the target has succeeded in deleting a temporary directory, since any error that may occur - can is logged asynchronously via the logging framework, and the persistent + is logged asynchronously via the logging framework, and the persistent remote interpreter arranges for all subdirectories to be destroyed during interpreter shutdown.