8000 Traducido library/traceback.po by Jaime02 · Pull Request #2084 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido library/traceback.po #2084

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 6 commits into from
Oct 27, 2022
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
Next Next commit
Apply suggestions from code review
  • Loading branch information
cmaureir authored Oct 26, 2022
commit eadcedd56cfad4ffd98538811bfb42317298441b
6 changes: 3 additions & 3 deletions library/traceback.po
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ msgid ""
"by :meth:`format`."
msgstr ""
"Imprime en *file* (``sys.stderr`` por defecto) la información de la "
"excepción devuelta por :meth:`format`."
"excepción retornada por :meth:`format`."

#: ../Doc/library/traceback.rst:291
msgid "Format the exception."
Expand Down Expand Up @@ -569,9 +569,9 @@ msgid ""
"meth:`StackSummary.format`. If it returns ``None``, the frame is omitted "
"from the output."
msgstr ""
"Devuelve una cadena de texto para imprimir uno de los marcos implicados en "
"Retorna una cadena de texto para imprimir uno de los marcos implicados en "
"la pila. Este método lo llama cada objeto :class:`FrameSummary` para ser "
"imprimido por :meth:`StackSummary.format`. Si devuelve ``None``, se omite el "
"imprimido por :meth:`StackSummary.format`. Si retorna ``None``, se omite el "
"marco del resultado."

#: ../Doc/library/traceback.rst:375
Expand Down
0