File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ msgid ""
73
73
"flag bits are guaranteed to be stable across Python releases, but access to :"
74
74
"c:member:`~PyTypeObject.tp_flags` itself is not part of the limited API."
75
75
msgstr ""
76
- "Devuelve el miembro :c:member:`~PyTypeObject.tp_flags` de *type*. Esta "
76
+ "Retorna el miembro :c:member:`~PyTypeObject.tp_flags` de *type*. Esta "
77
77
"función está destinada principalmente para su uso con `Py_LIMITED_API`; se "
78
78
"garantiza que los bits de bandera individuales serán estables en las "
79
79
"versiones de Python, pero el acceso a :c:member:`~PyTypeObject.tp_flags` en "
@@ -179,7 +179,7 @@ msgid ""
179
179
"Return the type's name. Equivalent to getting the type's ``__name__`` "
180
180
"attribute."
181
181
msgstr ""
182
- "Devuelve el nombre del tipo. Equivalente a obtener el atributo ``__name__`` "
182
+ "Retorna el nombre del tipo. Equivalente a obtener el atributo ``__name__`` "
183
183
"del tipo."
184
184
185
185
#: ../Doc/c-api/type.rst:117
@@ -282,7 +282,7 @@ msgstr ""
282
282
msgid ""
283
283
"If no module is found, raises a :py:class:`TypeError` and returns ``NULL``."
284
284
msgstr ""
285
- "Si no se encuentra ningún módulo, lanza :py:class:`TypeError` y devuelve "
285
+ "Si no se encuentra ningún módulo, lanza :py:class:`TypeError` y retorna "
286
286
"``NULL``."
287
287
288
288
#: ../Doc/c-api/type.rst:178
You can’t perform that action at this time.
0 commit comments