summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTakashi Sugimura <sugitk@users.noreply.github.com>2018-10-05 04:09:08 +0900
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-10-04 14:09:08 -0500
commit8a4736d89d9469e93bc738672427c506bfaeccc7 (patch)
tree1856230ebbf8371b774a360236ea983fa778c91a /docs
parent1c9b197119a76e1a8052568c76541a472b58b4db (diff)
downloadansible-8a4736d89d9469e93bc738672427c506bfaeccc7.tar.gz
backport #46462: remove unnecessary space (#46470)
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/plugin.rst.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2
index 1c63669f2d..9514047aa5 100644
--- a/docs/templates/plugin.rst.j2
+++ b/docs/templates/plugin.rst.j2
@@ -162,7 +162,7 @@ Parameters
{% if 'ini' in value %}
<div> ini entries:
{% for ini in value.ini %}
- <p>[@{ ini.section }@ ]<br>@{ ini.key }@ = @{ value.default | default('VALUE') }@</p>
+ <p>[@{ ini.section }@]<br>@{ ini.key }@ = @{ value.default | default('VALUE') }@</p>
{% endfor %}
</div>
{% endif %}