Skip to content

Commit

Permalink
Update 2.7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
飞龙 authored Jul 26, 2018
1 parent e87ec50 commit 69020bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ ComplexMA(1.0, 3.141592653589793)
return add.implementations[types](z1, z2)
```

add函数的定义本身没有任何功能;它完全地依赖于一个叫做add.implementations的字典去实现泛用加法。我们可以构建如下的字典。
`add`函数的定义本身没有任何功能;它完全地依赖于一个叫做`add.implementations`的字典去实现泛用加法。我们可以构建如下的字典。

```py
>>> add.implementations = {}
Expand Down

0 comments on commit 69020bc

Please sign in to comment.