summaryrefslogtreecommitdiff
path: root/docsite/rst/YAMLSyntax.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/rst/YAMLSyntax.rst')
-rw-r--r--docsite/rst/YAMLSyntax.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/YAMLSyntax.rst b/docsite/rst/YAMLSyntax.rst
index a29826cbaa..6aada5bb73 100644
--- a/docsite/rst/YAMLSyntax.rst
+++ b/docsite/rst/YAMLSyntax.rst
@@ -134,7 +134,7 @@ with a "{", YAML will think it is a dictionary, so you must quote it, like so::
foo: "{{ variable }}"
-The same applies for strings that start or contain any YAML special characters `` [] {} : > | `` .
+The same applies for strings that start or contain any YAML special characters ``[] {} : > |`` .
Boolean conversion is helpful, but this can be a problem when you want a literal `yes` or other boolean values as a string.
In these cases just use quotes::