Skip to content
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
Ajustando build despues de un error de pospell
  • Loading branch information
cmaureir committed Jun 28, 2020
commit b88c2e54345e10d4fddddca2b8a0ac69881cf160
8 changes: 4 additions & 4 deletions c-api/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ msgid ""
"*obj* will be printed in the warning message."
msgstr ""
"La función se llama con un solo argumento *obj* que identifica el contexto "
"en el que ocurrió la excepción que no se evalúa. Si es posible, la repr *obj* se "
"imprimirá en el mensaje de advertencia."
"en el que ocurrió la excepción que no se evalúa. Si es posible, la repr "
"*obj* se imprimirá en el mensaje de advertencia."

#: ../Doc/c-api/exceptions.rst:87
msgid "An exception must be set when calling this function."
Expand Down Expand Up @@ -991,7 +991,7 @@ msgid ""
"\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"on failure."
msgstr ""
"Obtenga el atributo *start* del objeto de excepción dado y colóquelo en *"
"Obtiene el atributo *start* del objeto de excepción dado y lo coloca en *"
"\\*start*. *start* no debe ser ``NULL``. Devuelve ``0`` en caso de éxito, "
"``-1`` en caso de error."

Expand All @@ -1009,7 +1009,7 @@ msgid ""
"\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"failure."
msgstr ""
"Obtenga el atributo *end* del objeto de excepción dado y colóquelo en *"
"Obtiene el atributo *end* del objeto de excepción dado y lo coloca en *"
"\\*end*. *end* no debe ser ``NULL``. Devuelve ``0`` en caso de éxito, ``-1`` "
"en caso de error."

Expand Down