Added missing closing quote

This commit is contained in:
sreekanth 2015-12-01 17:30:43 +05:30
parent ba4e571029
commit 96bd2a4447

View file

@ -47,7 +47,7 @@ Dictionaries and lists can also be represented in an abbreviated form if you rea
---
employees:
- martin: {name: Martin D'vloper, job: Developer, skill: Elite}
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango]
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango']
.. _truthiness: