summaryrefslogtreecommitdiff
path: root/docs/docsite/rst
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2017-09-05 11:48:00 -0400
committeransibot <ansibot@users.noreply.github.com>2017-09-05 11:54:48 -0400
commitf0a0b630f658401cb7408a663d9d89b30c01efa3 (patch)
tree5d98b0e596dbeeb323b75e391e523afb39c1fcd5 /docs/docsite/rst
parent35d02b28c9e812969028bc8a67a1ca3a4d7bfe17 (diff)
downloadansible-f0a0b630f658401cb7408a663d9d89b30c01efa3.tar.gz
Properly format inline code.
Diffstat (limited to 'docs/docsite/rst')
-rw-r--r--docs/docsite/rst/playbooks_blocks.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docsite/rst/playbooks_blocks.rst b/docs/docsite/rst/playbooks_blocks.rst
index 4b6feed1d4..b28ec50536 100644
--- a/docs/docsite/rst/playbooks_blocks.rst
+++ b/docs/docsite/rst/playbooks_blocks.rst
@@ -31,7 +31,8 @@ and evaluating it in the task's context. Also they inherit the privilege escalat
for all the enclosed tasks.
.. versionadded:: 2.3
- The `name:` keyword for `blocks:` was added in Ansible 2.3.
+
+ The ``name:`` keyword for ``blocks:`` was added in Ansible 2.3.
.. _block_error_handling: