Skip to content

Commit 3afe592

Browse files
committed
1.20小节完成。
1 parent a839f8a commit 3afe592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/c01/p20_combine_multiple_map_to_single_map.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
KeyError: "Key not found in the first mapping: 'y'"
6969
>>>
7070
71-
ChainMap对于编程语言用范围的变量中有作(比如globals, locals等)是非常有用的。
72-
事实上,有一些方法使它变得简单
71+
ChainMap对于编程语言中的作用范围变量(比如globals, locals等)是非常有用的。
72+
事实上,有一些方法可以使它变得简单
7373

7474
.. code-block:: python
7575

0 commit comments

Comments
 (0)