From 31d6d7ada57669b9ae5cf3d813dc0a9abd10f243 Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Thu, 15 Aug 2019 20:41:37 +0100 Subject: [PATCH] Updating developing_inventory.rst (#60647) --- docs/docsite/rst/dev_guide/developing_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_inventory.rst b/docs/docsite/rst/dev_guide/developing_inventory.rst index ae2993326b7..13c880f1847 100644 --- a/docs/docsite/rst/dev_guide/developing_inventory.rst +++ b/docs/docsite/rst/dev_guide/developing_inventory.rst @@ -151,7 +151,7 @@ The base class does some minimal assignment for reuse in other methods. self.templar = Templar(loader=loader) It is up to the plugin now to deal with the inventory source provided and translate that into the Ansible inventory. -To facilitate this the example below uses a few helper functions: +To facilitate this, the example below uses a few helper functions: .. code-block:: python