docs: typo

This commit is contained in:
David Wilson 2018-04-13 15:18:30 +01:00
parent 9f94fb78c8
commit 6aad45748b
1 changed files with 3 additions and 3 deletions

View File

@ -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