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
Research direction
Open the book PDF and locate page 32, where the reduce example is described. Correct the misspelled import to use functools and retain the note that it is built in and needs no separate installation. Done means the PDF no longer contains the incorrect module or import names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100