@@ -31,7 +31,7 @@ msgid ""
31
31
"The ``NotImplemented`` singleton, used to signal that an operation is not "
32
32
"implemented for the given type combination."
33
33
msgstr ""
34
- "El singleton ``NotImplemented``, usado para indicar que una operación no "
34
+ "El singleton ``NotImplemented``, se usa para indicar que una operación no "
35
35
"está implementada para la combinación de tipos dada."
36
36
37
37
#: ../Doc/c-api/object.rst:17
@@ -41,7 +41,7 @@ msgid ""
41
41
"return it)."
42
42
msgstr ""
43
43
"Maneja adecuadamente el retorno :c:data:`Py_NotImplemented` desde una "
44
- "función C (es decir, incremente el recuento de referencia de "
44
+ "función C (es decir, incremente el recuento de referencias de "
45
45
"*NotImplemented* y lo retorna)."
46
46
47
47
#: ../Doc/c-api/object.rst:24
@@ -64,18 +64,17 @@ msgid ""
64
64
msgstr ""
65
65
"Retorna ``1`` si *o* tiene el atributo *attr_name*, y ``0`` en caso "
66
66
"contrario. Esto es equivalente a la expresión de Python ``hasattr(o, "
67
- "attr_name)``. Esta función siempre tiene éxito ."
67
+ "attr_name)``. Esta función siempre finaliza exitosamente ."
68
68
69
69
#: ../Doc/c-api/object.rst:36
70
70
msgid ""
71
71
"Note that exceptions which occur while calling :meth:`__getattr__` and :meth:"
72
72
"`__getattribute__` methods will get suppressed. To get error reporting use :"
73
73
"c:func:`PyObject_GetAttr()` instead."
74
74
msgstr ""
75
- "Tenga en cuenta que las excepciones que se producen al llamar a :meth:"
76
- "`__getattr__` y :meth:`__getattribute__` se suprimirán los métodos. Para "
77
- "obtener informes de errores, utilice :c:func:`PyObject_GetAttr()` en su "
78
- "lugar."
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."
79
78
80
79
#: ../Doc/c-api/object.rst:47
81
80
msgid ""
0 commit comments