members of a list must start with ``- ``

pull/4420/head
axiaoxin 2014-12-15 15:32:49 +08:00
parent 12968acd5f
commit b9761a0692
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Ansible or not) should begin with ``---``. This is part of the YAML
format and indicates the start of a document. format and indicates the start of a document.
All members of a list are lines beginning at the same indentation level starting 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 # A list of tasty fruits