Skip to content

Commit f9b2da6

Browse files
committed
powrap a c-api/object
1 parent 2e1ffbc commit f9b2da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-api/object.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ msgid ""
7272
"`__getattribute__` methods will get suppressed. To get error reporting use :"
7373
"c:func:`PyObject_GetAttr()` instead."
7474
msgstr ""
75-
"Tenga en cuenta que las excepciones que se producen al llamar a los métodos a :meth:"
76-
"`__getattr__` y :meth:`__getattribute__` se suprimirán. Para "
77-
"obtener informe de errores, utilice :c:func:`PyObject_GetAttr()` alternativamente."
75+
"Tenga en cuenta que las excepciones que se producen al llamar a los métodos "
76+
"a :meth:`__getattr__` y :meth:`__getattribute__` se suprimirán. Para obtener "
77+
"informe de errores, utilice :c:func:`PyObject_GetAttr()` alternativamente."
7878

7979
#: ../Doc/c-api/object.rst:47
8080
msgid ""

0 commit comments

Comments
 (0)