Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

书籍PDF出现了错误

Open
#8 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
documentation

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.

Description

书籍PDF32页的位置,在介绍reduce函数的时候,讲到需要通过from fuctools imoprt redduce导入reduce
但是根本不存在fuctools

正确的导入的方式是from functools import reduce
并且这个库已经内置不需要另行安装

Dominant language
Python
Stars
1.8k
Forks
702
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apachecn/python_data_analysis_and_mining_action

All issues in apachecn/python_data_analysis_and_mining_action

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.