Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c775de9

Browse files
committed
Usar retorna en vez de devuelve
1 parent df78e0e commit c775de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-api/type.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgid ""
7373
"flag bits are guaranteed to be stable across Python releases, but access to :"
7474
"c:member:`~PyTypeObject.tp_flags` itself is not part of the limited API."
7575
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 "
7777
"función está destinada principalmente para su uso con `Py_LIMITED_API`; se "
7878
"garantiza que los bits de bandera individuales serán estables en las "
7979
"versiones de Python, pero el acceso a :c:member:`~PyTypeObject.tp_flags` en "
@@ -179,7 +179,7 @@ msgid ""
179179
"Return the type's name. Equivalent to getting the type's ``__name__`` "
180180
"attribute."
181181
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__`` "
183183
"del tipo."
184184

185185
#: ../Doc/c-api/type.rst:117
@@ -282,7 +282,7 @@ msgstr ""
282282
msgid ""
283283
"If no module is found, raises a :py:class:`TypeError` and returns ``NULL``."
284284
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 "
286286
"``NULL``."
287287

288288
#: ../Doc/c-api/type.rst:178

0 commit comments

Comments
 (0)