Rewrote one awkward sentence. (#54892)

Rewrote awkward sentence in the developing inventory guide.

+label: docsite_pr
This commit is contained in:
ximon18 2019-04-05 21:25:50 +02:00 committed by Alicia Cozine
parent fa21e0c3db
commit 7474e39c37

View file

@ -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 there are a few of helper functions used in the example below:
To facilitate this the example below uses a few helper functions:
.. code-block:: python