jackfrued / jackfrued/Python-100-Days
Day01-15/Day15/图像和办公文档处理中的笔误
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
关于第四条旋转和翻转中的代码image.rotata(180).show()应当改为image.rotate(180).show()
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Day01-15/Day15 lesson on image and office document processing and locate the fourth rotation and flipping example. Correct the misspelled rotate call in the notebook, then check that the example uses the intended image rotation method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100