Skip to content

Commit 23438d8

Browse files
committed
Merge pull request yidao620c#91 from xiuyanduan/master
修改p20_combine_multiple_map_to_single_map.rst笔误
2 parents fd1d696 + 4730c09 commit 23438d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c01/p20_combine_multiple_map_to_single_map.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
b = {'y': 2, 'z': 4 }
2020
2121
现在假设你必须在两个字典中执行查找操作(比如先从 ``a`` 中找,如果找不到再在 ``b`` 中找)。
22-
一个非常简单扼解决方案就是使用 ``collections`` 模块中的 ``ChainMap`` 类。比如:
22+
一个非常简单的解决方案就是使用 ``collections`` 模块中的 ``ChainMap`` 类。比如:
2323

2424
.. code-block:: python
2525

0 commit comments

Comments
 (0)