Skip to content

Commit

Permalink
Update Map & Filter/Filter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu1005 committed Jan 28, 2016
1 parent c1c1ae3 commit c6bbd6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Map & Filter/Filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ print(less_than_zero)

这个```filter```类似于一个```for```循环,但它是一个内置函数,并且更快。

注意:如果```map``````filter```对你来说看起来并不优雅的话,那么你可以看看另外一章:列表/字典/元组推导式。(译者注:大部分情况下推导式的可读性更好)
注意:如果```map``````filter```对你来说看起来并不优雅的话,那么你可以看看另外一章:列表/字典/元组推导式。
> 译者注:大部分情况下推导式的可读性更好

0 comments on commit c6bbd6d

Please sign in to comment.