From c0cb4b3e080ed154b847d1b782c3ca9d0080f0f3 Mon Sep 17 00:00:00 2001 From: axiaoxin <254606826@qq.com> Date: Mon, 15 Dec 2014 15:44:00 +0800 Subject: [PATCH] in key/value pairs, whitespace is needed after the colon --- 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 0ebfb1be56..f92ba5791e 100644 --- a/docsite/rst/YAMLSyntax.rst +++ b/docsite/rst/YAMLSyntax.rst @@ -34,7 +34,7 @@ with a ``- `` (dash and whitespace) character:: - Strawberry - Mango -A dictionary is represented in a simple ``key:`` and ``value`` form:: +A dictionary is represented in a simple ``key: `` and ``value`` form:: --- # An employee record