Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Prose typos in functions, oop_intro and python_oop (found via French edition review)

未关闭 适合新手
#633 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
1/5
预计耗时
1 小时以内
新手友好度
95/100
Issue 类型
文档
描述清晰度
描述清楚
活跃度
活跃
技术栈
markdown, python

调研方向

该 issue 提供了一个包含确切文件路径、行号、当前文本和建议修复的表格。首先定位仓库和三个 Markdown 文件:functions.md、oop_intro.md 和 python_oop.md。检查每一行并进行指定的拼写错误修正。编辑后,验证更改是否正确渲染且未引入新错误。当列出的 13 个拼写错误全部修复后,工作即告完成。

由索引模型根据 Issue 内容生成。

描述

Small prose defects in three lectures, found during native-editor review of the French edition (see QuantEcon/lecture-python-programming.fr#77 and QuantEcon/lecture-python-programming.fr#78). All checked at b0b0b56.

functions.md:420 is the one that matters most for the translations: all four editions (fr, zh-cn, fa, ml) copy the bare t. python_oop.md:226 is carried by three. The rest are English-only; the editions already repaired them in translation.

File Line Current Suggested
functions.md 28 "provided by almost all programming." "…provided by almost all programming languages."
functions.md 38 "2. learn to do is build our own user-defined functions." "2. learn how to build our own user-defined functions."
functions.md 363 "get rid of the conditionals all together" "…altogether"
functions.md 420 "computing $x_t$ for some t when" "…for some $t$ when"
functions.md 672 "Rewrite the function factorial() in from [Exercise 1]" "…factorial() from [Exercise 1]"
oop_intro.md 195 * e.g.,``imag`` and … (renders "e.g.,imag") * e.g., `imag` and
oop_intro.md 302 "add methods to their that measure" "add methods to their objects that measure"
oop_intro.md 346 "Remember that everything is an object will help you" "Remembering that everything is an object will help you"
python_oop.md 226 print("Insufficent funds") (line 165 spells it correctly) print("Insufficient funds")
python_oop.md 158 "Consumer with inital wealth" "…initial wealth"
python_oop.md 189 "the name of particular person" "the name of a particular person"
python_oop.md 209 "Here how we set up" "Here's how we set up"
python_oop.md 243 "the __init_ method" "the __init__ method"

Timing note for whoever picks this up: these edits trigger translation syncs to all four editions. The French edition's review PRs for functions and oop_intro merged on 2026-09-23, so this can go in now.

主要语言
JavaScript
星标
72
派生
31
平均合并
4 天 11 小时
30 天内合并 PR
5

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

QuantEcon/lecture-python-programming 的其他 Issue

查看 QuantEcon/lecture-python-programming 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。