Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto Apto para principiantes
#633 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
1/5
Tiempo estimado
Menos de una hora
Aptitud para principiantes
95/100
Tipo de issue
Documentación
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
markdown, python

Línea de trabajo

El issue proporciona una tabla con rutas de archivo exactas, números de línea, texto actual y correcciones sugeridas. Comience localizando el repositorio y los tres archivos markdown: functions.md, oop_intro.md y python_oop.md. Verifique cada línea y realice las correcciones de errores tipográficos especificadas. Después de editar, verifique que los cambios se rendericen correctamente y no introduzcan nuevos errores. El trabajo se completa cuando se corrigen los 13 errores tipográficos listados.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
JavaScript
Estrellas
72
Forks
31
Merge medio
4 d 11 h
PR fusionados (30 d)
5

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de QuantEcon/lecture-python-programming

Todos los issues de QuantEcon/lecture-python-programming

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.