Prose typos in functions, oop_intro and python_oop (found via French edition review)
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 95/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- markdown, python
- Domain
- content, documentation
Research direction
The issue provides a table with exact file paths, line numbers, current text, and suggested fixes. Start by locating the repository and the three markdown files: functions.md, oop_intro.md, and python_oop.md. Check each line and make the specified typo corrections. After editing, verify the changes render correctly and do not introduce new errors. The work is complete when all 13 listed typos are fixed.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- JavaScript
- Stars
- 72
- Forks
- 31
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 5
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.
More from QuantEcon/lecture-python-programming
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
QuantEcon/lecture-python-programming#607 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
QuantEcon/lecture-python-programming#622 · 4 comments ·
All issues in QuantEcon/lecture-python-programming
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
palladius/rails8-app-on-gcp#145 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
dotenvx/dotenv-vscode#139 ·
-
test-change-proposal
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
web-platform-tests/interop#1455 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
corsairdev/corsair#1764 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100