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
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue