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

Merge pull request #15202 from wzyboy/patch-2

Fix a typo
This commit is contained in:
Brian Coca 2016-03-30 06:52:56 -07:00
commit 65c42605fe

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: