Skip to content

Lint fixes #3392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions howto/enum.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msgid ""
msgstr ""
"Un :class:`Enum` es un conjunto de nombres simbólicos vinculados a valores "
"únicos. Son similares a las variables globales, pero ofrecen un :func:"
"`repr()` más útil, agrupación, seguridad de tipos y algunas otras "
"`repr` más útil, agrupación, seguridad de tipos y algunas otras "
"características."

#: ../Doc/howto/enum.rst:15
Expand Down Expand Up @@ -412,7 +412,7 @@ msgid ""
"yourself some work and use :func:`auto` for the values::"
msgstr ""
"En los casos en que los valores reales de los miembros no importen, puede "
"ahorrarse algo de trabajo y usar :func:`auto()` para los valores:"
"ahorrarse algo de trabajo y usar :func:`auto` para los valores:"

#: ../Doc/howto/enum.rst:172
msgid ""
Expand Down