Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion c-api/iter.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-26 18:44-0300\n"
"PO-Revision-Date: 2025-04-10 23:48+0200\n"
"Last-Translator: David Spindola\n"
"Last-Translator: Mariana Garcia\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -55,12 +55,18 @@ msgid ""
"if there are no remaining values. Return ``-1``, set *item* to ``NULL`` and "
"set an exception on error."
msgstr ""
"Retorna ``1`` y establece *item* en una :term:`referencia fuerte` del siguiente "
"valor del iterador *iter* en caso de éxito. Retorna ``0`` y establece *item* en ``NULL`` "
"si no hay valores restantes. Retorna ``-1``, establece *item* en ``NULL`` y "
"establece una excepción en caso de error."

#: ../Doc/c-api/iter.rst:34
msgid ""
"This is an older version of :c:func:`!PyIter_NextItem`, which is retained "
"for backwards compatibility. Prefer :c:func:`PyIter_NextItem`."
msgstr ""
"Esta es una versión anterior de :c:func:`!PyIter_NextItem`, que se mantiene "
"para compatibilidad hacia atrás. Prefiere :c:func:`PyIter_NextItem`."

#: ../Doc/c-api/iter.rst:38
msgid ""
Expand Down
Loading