Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c97871b

Browse files
authored
Merge pull request taizilongxu#86 from YYJeffrey/master
fix: 纠正README错别字
2 parents 6dc27a1 + f5a1e15 commit c97871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ http://stackoverflow.com/questions/3394835/args-and-kwargs
449449

450450
又比如list.extend()方法中,我们并不关心它的参数是不是list,只要它是可迭代的,所以它的参数可以是list/tuple/dict/字符串/生成器等.
451451

452-
鸭子类型在动态语言中经常使用,非常灵活,使得python不想java那样专门去弄一大堆的设计模式
452+
鸭子类型在动态语言中经常使用,非常灵活,使得python不像java那样专门去弄一大堆的设计模式
453453

454454
## 13 Python中重载
455455

0 commit comments

Comments
 (0)