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
powrap a c-api/object
  • Loading branch information
cmaureir committed Jun 20, 2020
commit f9b2da6868365fe2bd62aa5d5bc2b40515cf109c
6 changes: 3 additions & 3 deletions c-api/object.po
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ msgid ""
"`__getattribute__` methods will get suppressed. To get error reporting use :"
"c:func:`PyObject_GetAttr()` instead."
msgstr ""
"Tenga en cuenta que las excepciones que se producen al llamar a los métodos a :meth:"
"`__getattr__` y :meth:`__getattribute__` se suprimirán. Para "
"obtener informe de errores, utilice :c:func:`PyObject_GetAttr()` alternativamente."
"Tenga en cuenta que las excepciones que se producen al llamar a los métodos "
"a :meth:`__getattr__` y :meth:`__getattribute__` se suprimirán. Para obtener "
"informe de errores, utilice :c:func:`PyObject_GetAttr()` alternativamente."

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