Skip to content

修改错别字词 #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/c01/p20_combine_multiple_map_to_single_map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
----------
解决方案
----------
加入你有如下两个字典:
假如你有如下两个字典:

.. code-block:: python

Expand Down Expand Up @@ -118,7 +118,7 @@
>>> merged['x']
1

``ChianMap`` 使用原来的字典,它自己不创建新的字典。所以它并不会产生上面所说的结果,比如:
``ChainMap`` 使用原来的字典,它自己不创建新的字典。所以它并不会产生上面所说的结果,比如:

.. code-block:: python

Expand Down