Skip to content

Traducido archivo reference/executionmodel #2319

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 7 commits into from Feb 26, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
powrap
  • Loading branch information
rtobar committed Feb 26, 2023
commit 7eebcade3c723af6148ff43d8555934732ecb864
10 changes: 5 additions & 5 deletions reference/executionmodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,11 @@ msgid ""
"but it cannot repair the cause of the error and retry the failing operation "
"(except by re-entering the offending piece of code from the top)."
msgstr ""
"Python usa el modelo de gestión de errores de \"terminación"
"\" (\"*termination*\"): un gestor de excepción puede descubrir qué sucedió y "
"continuar la ejecución en un nivel exterior, pero no puede reparar la causa "
"del error y reintentar la operación que ha fallado (excepto que se reingrese "
"al trozo de código fallido desde su inicio)."
"Python usa el modelo de gestión de errores de "
"\"terminación\" (\"*termination*\"): un gestor de excepción puede descubrir "
"qué sucedió y continuar la ejecución en un nivel exterior, pero no puede "
"reparar la causa del error y reintentar la operación que ha fallado (excepto "
"que se reingrese al trozo de código fallido desde su inicio)."

#: ../Doc/reference/executionmodel.rst:256
msgid ""
Expand Down