Skip to content

Translating library/exceptions.po #2112

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 9 commits into from
Oct 31, 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
Agrego :keyword:with
  • Loading branch information
marcorichetta committed Oct 30, 2022
commit e91883a4abdb75bfdcea868f933e57b6c23119db
5 changes: 3 additions & 2 deletions library/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2022-10-30 19:40-0300\n"
"PO-Revision-Date: 2022-10-30 20:00-0300\n"
"Last-Translator: Marco Richetta <marcorichetta@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -104,7 +104,8 @@ msgstr ""
"Al lanzar una nueva excepción mientras otra excepción está siendo manejada, "
"el atributo :attr:`__context__` de la nueva excepción es automáticamente "
"asignado a la excepción manejada. Una excepción puede ser manejada cuando "
"la palabras clave :keyword:`except` o :keyword:`finally` es usada."
"se utiliza la cláusula :keyword:`except` o :keyword:`finally`, o con la "
"sentencia :keyword:`with`."

#: ../Doc/library/exceptions.rst:47
msgid ""
Expand Down