From 1a13fb63c6f4cb798f1ac805d3e71d8b03fb3275 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Wed, 30 Mar 2016 19:05:13 +0800 Subject: [PATCH] Fix a typo --- 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 39cc3b2d589..485e7765726 100644 --- a/docsite/rst/YAMLSyntax.rst +++ b/docsite/rst/YAMLSyntax.rst @@ -64,7 +64,7 @@ Dictionaries and lists can also be represented in an abbreviated form if you rea --- martin: {name: Martin D'vloper, job: Developer, skill: Elite} - fruits: ['Apple', 'Orange', 'Strawberry', 'Mango] + fruits: ['Apple', 'Orange', 'Strawberry', 'Mango'] .. _truthiness: