mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
making the whitespace expicity in dict
This commit is contained in:
parent
c0cb4b3e08
commit
36eab28c7c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ with a ``- `` (dash and whitespace) character::
|
||||||
- Strawberry
|
- Strawberry
|
||||||
- Mango
|
- Mango
|
||||||
|
|
||||||
A dictionary is represented in a simple ``key: `` and ``value`` form::
|
A dictionary is represented in a simple ``key: `` (colon and whitespac) and ``value`` form::
|
||||||
|
|
||||||
---
|
---
|
||||||
# An employee record
|
# An employee record
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue