Skip to content

Traducido c-api/object #391

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
Jul 25, 2020
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 Jun 7, 2020
commit a19dff5a1fd445eb08a3fde1acfadc2713a301ad
6 changes: 3 additions & 3 deletions c-api/object.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ msgid ""
msgstr ""
"Maneja adecuadamente el retorno :c:data:`Py_NotImplemented` desde una "
"función C (es decir, incremente el recuento de referencia de "
"*NotImplemented* y lo devuelve)."
"*NotImplemented* y lo retorna)."

#: ../Doc/c-api/object.rst:24
msgid ""
Expand Down Expand Up @@ -297,7 +297,7 @@ msgid ""
"TypeError is raised when *o* is an integer instead of a zero-initialized "
"bytes object."
msgstr ""
"Calcula una representación de bytes del objeto *o*. ``NULL`` se devuelve en "
"Calcula una representación de bytes del objeto *o*. ``NULL`` se retorna en "
"caso de error y un objeto de bytes en caso de éxito. Esto es equivalente a "
"la expresión de Python ``bytes(o)``, cuando *o* no es un número entero. A "
"diferencia de ``bytes(o)``, se genera un :exc:`TypeError` cuando *o* es un "
Expand Down Expand Up @@ -416,7 +416,7 @@ msgid ""
"``NULL`` on failure."
msgstr ""
"Retorna el resultado de la llamada en caso de éxito o genera una excepción y "
"devuelve ``NULL`` en caso de error."
"retorna ``NULL`` en caso de error."

#: ../Doc/c-api/object.rst:267
msgid ""
Expand Down