File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,18 @@ msgid ""
5555"if there are no remaining values. Return ``-1``, set *item* to ``NULL`` and "
5656"set an exception on error."
5757msgstr ""
58+ "Retorna ``1`` y establece *item* en una :term:`referencia fuerte` del siguiente "
59+ "valor del iterador *iter* en caso de éxito. Retorna ``0`` y establece *item* en ``NULL`` "
60+ "si no hay valores restantes. Retorna ``-1``, establece *item* en ``NULL`` y "
61+ "establece una excepción en caso de error."
5862
5963#: ../Doc/c-api/iter.rst:34
6064msgid ""
6165"This is an older version of :c:func:`!PyIter_NextItem`, which is retained "
6266"for backwards compatibility. Prefer :c:func:`PyIter_NextItem`."
6367msgstr ""
68+ "Esta es una versión anterior de :c:func:`!PyIter_NextItem`, que se mantiene "
69+ "para compatibilidad hacia atrás. Prefiere :c:func:`PyIter_NextItem`."
6470
6571#: ../Doc/c-api/iter.rst:38
6672msgid ""
You can’t perform that action at this time.
0 commit comments