doc: minor language corrections to loop docs (#42854)

"described more" -> "better described"
"more simple" -> "simpler"

+label: docsite_pr
This commit is contained in:
muxator 2018-08-22 21:00:25 +02:00 committed by Sandra McCann
parent b6fef17848
commit a34d8a5e47

View file

@ -115,7 +115,7 @@ Using lookup vs query with loop
In Ansible 2.5 a new jinja2 function was introduced named :ref:`query`, that offers several benefits over ``lookup`` when using the new ``loop`` keyword.
This is described more in the lookup documentation, however, ``query`` provides a more simple interface and a more predictable output from lookup plugins, ensuring better compatibility with ``loop``.
This is better described in the lookup documentation. However, ``query`` provides a simpler interface and a more predictable output from lookup plugins, ensuring better compatibility with ``loop``.
In certain situations the ``lookup`` function may not return a list which ``loop`` requires.