Skip to content

Commit 4730c09

Browse files
committed
修改p20_combine_multiple_map_to_single_map.rst笔误
此处英文原版为`An easy way to do this is to use the ChainMap class from the collections module.` '扼'应为笔误,修改为'的'
1 parent fb231e8 commit 4730c09

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)