From b9761a06923aee6da4f6e3c17ad1711796cb0bc0 Mon Sep 17 00:00:00 2001 From: axiaoxin <254606826@qq.com> Date: Mon, 15 Dec 2014 15:32:49 +0800 Subject: [PATCH] members of a list must start with ``- `` --- docsite/rst/YAMLSyntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/YAMLSyntax.rst b/docsite/rst/YAMLSyntax.rst index 3230a39f244..0ebfb1be56f 100644 --- a/docsite/rst/YAMLSyntax.rst +++ b/docsite/rst/YAMLSyntax.rst @@ -25,7 +25,7 @@ Ansible or not) should begin with ``---``. This is part of the YAML format and indicates the start of a document. All members of a list are lines beginning at the same indentation level starting -with a ``-`` (dash) character:: +with a ``- `` (dash and whitespace) character:: --- # A list of tasty fruits