Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta Adatta ai principianti
#633 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
1/5
Tempo stimato
Meno di un'ora
Idoneità per principianti
95/100
Tipo di issue
Documentazione
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
markdown, python

Direzione di ricerca

L'issue fornisce una tabella con percorsi di file esatti, numeri di riga, testo corrente e correzioni suggerite. Inizia individuando il repository e i tre file markdown: functions.md, oop_intro.md e python_oop.md. Controlla ogni riga e apporta le correzioni di errori di battitura specificate. Dopo la modifica, verifica che le modifiche vengano visualizzate correttamente e non introducano nuovi errori. Il lavoro è completo quando tutti i 13 errori di battitura elencati sono corretti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
JavaScript
Stelle
72
Fork
31
Merge medio
4g 11h
PR unite (30g)
5

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di QuantEcon/lecture-python-programming

Tutte le issue di QuantEcon/lecture-python-programming

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.