Skip to content

Commit

Permalink
Merge pull request yidao620c#215 from basefas/patch-3
Browse files Browse the repository at this point in the history
Update p06_map_keys_to_multiple_values_in_dict.rst
  • Loading branch information
yidao620c authored Dec 20, 2017
2 parents de69678 740dd8a commit f2bb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/c01/p06_map_keys_to_multiple_values_in_dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 49,7 @@

.. code-block:: python
d = {} # A regular dictionary
   d = {} # 一个普通的字典
d.setdefault('a', []).append(1)
d.setdefault('a', []).append(2)
d.setdefault('b', []).append(4)
Expand Down

0 comments on commit f2bb9be

Please sign in to comment.