apachecn / apachecn/python_data_analysis_and_mining_action
书籍PDF出现了错误
Open
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 701
- PR merge metrics
- No merged PRs in 30d
Description
在**书籍PDF32页**的位置,在介绍reduce函数的时候,讲到需要通过```from fuctools imoprt redduce```导入reduce
但是根本不存在fuctools
正确的导入的方式是```from functools import reduce```
并且这个库已经内置不需要另行安装
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.