Skip to content

Commit 69020bc

Browse files
author
飞龙
authored
Update 2.7.md
1 parent e87ec50 commit 69020bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ComplexMA(1.0, 3.141592653589793)
268268
return add.implementations[types](z1, z2)
269269
```
270270

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

273273
```py
274274
>>> add.implementations = {}

0 commit comments

Comments
 (0)