We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd1d696 + 4730c09 commit 23438d8Copy full SHA for 23438d8
source/c01/p20_combine_multiple_map_to_single_map.rst
@@ -19,7 +19,7 @@
19
b = {'y': 2, 'z': 4 }
20
21
现在假设你必须在两个字典中执行查找操作(比如先从 ``a`` 中找,如果找不到再在 ``b`` 中找)。
22
-一个非常简单扼解决方案就是使用 ``collections`` 模块中的 ``ChainMap`` 类。比如:
+一个非常简单的解决方案就是使用 ``collections`` 模块中的 ``ChainMap`` 类。比如:
23
24
.. code-block:: python
25
0 commit comments