docs: Tweak sentence for interaction of loops + register

The previous version had an extra `during a loop` and the comma broke
the sentence in the middle weirdly.  I think this new version reads
better.
This commit is contained in:
Colin Walters 2016-10-11 14:56:42 -04:00
parent a32e48555d
commit ec06278204

View file

@ -459,7 +459,7 @@ That's how!
Using register with a loop
``````````````````````````
When using ``register`` with a loop the data structure placed in the variable during a loop, will contain a ``results`` attribute, that is a list of all responses from the module.
When using ``register`` with a loop, the data structure placed in the variable will contain a ``results`` attribute that is a list of all responses from the module.
Here is an example of using ``register`` with ``with_items``::