From 6aad45748bf40236689c4270c455d51d45baa587 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 13 Apr 2018 15:18:30 +0100 Subject: [PATCH] docs: typo --- docs/ansible.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index c1199cf5..5abfcbf2 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -369,9 +369,9 @@ future. Interpreter Recycling ~~~~~~~~~~~~~~~~~~~~~ -The extension stops limits the number of persistent interpreters in use. When -the limit is reached, the youngest interpreter is terminated before starting a -new interpreter, preventing situations like below from triggering memory +The extension limits the number of persistent interpreters in use. When the +limit is reached, the youngest interpreter is terminated before starting a new +interpreter, preventing situations like below from triggering memory exhaustion. .. code-block:: yaml