1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix a typo

This commit is contained in:
Zhuoyun Wei 2016-03-30 19:05:13 +08:00
parent cb7b3b489d
commit 1a13fb63c6

View file

@ -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: