making the whitespace expicity in dict

This commit is contained in:
axiaoxin 2014-12-15 15:53:35 +08:00
parent c0cb4b3e08
commit 36eab28c7c

View file

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