making the whitespace expicity in dict

pull/9815/head
axiaoxin 10 years ago
parent c0cb4b3e08
commit 36eab28c7c

@ -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…
Cancel
Save