@@ -11,34 +11,34 @@ msgstr ""
1111"Project-Id-Version :Python 3.8\n "
1212"Report-Msgid-Bugs-To :\n "
1313"POT-Creation-Date :2023-10-12 19:43+0200\n "
14- "PO-Revision-Date :2021-08-01 20:11+0200 \n "
14+ "PO-Revision-Date :2025-04-12 22:30-0500 \n "
1515"Last-Translator :Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16- "Language :es\n "
1716"Language-Team :python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es \n "
1918"MIME-Version :1.0\n "
2019"Content-Type :text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding :8bit\n "
21+ "Plural-Forms :nplurals=2; plural=(n != 1);\n "
2222"Generated-By :Babel 2.13.0\n "
23+ "X-Generator :Poedit 3.6\n "
2324
2425#: ../Doc/c-api/iterator.rst:6
2526msgid "Iterator Objects"
2627msgstr "Objetos iteradores"
2728
2829#: ../Doc/c-api/iterator.rst:8
29- #, fuzzy
3030msgid ""
3131"Python provides two general-purpose iterator objects. The first, a sequence "
32- "iterator, works with an arbitrary sequence supportingthe :meth:`~object. "
33- "__getitem__` method. The second works with a callable object and a sentinel "
34- "value, calling the callable for each item in the sequence, and ending the "
35- "iteration when the sentinel value is returned."
32+ "iterator, works with an arbitrary sequence supporting "
33+ "the :meth:`~object. __getitem__` method. The second works with a callable "
34+ "object and a sentinel value, calling the callable for each item in the "
35+ "sequence, and ending the iteration when the sentinel value is returned."
3636msgstr ""
3737"Python proporciona dos objetos iteradores de propósito general. El primero, "
3838"un iterador de secuencia, funciona con una secuencia arbitraria que admite "
39- "el método :meth:`__getitem__`. El segundo funciona con un objeto invocable y "
40- "un valor centinela, llamando al invocable para cada elementode la secuencia "
41- "y finalizando la iteración cuando se retorna el valor centinela."
39+ "el método :meth:`~object. __getitem__`. El segundo funciona con un objeto "
40+ "invocable y un valor centinela, llamando al invocable para cada elementoen "
41+ "la secuencia y finalizando la iteración cuando se retorna el valor centinela."
4242
4343#: ../Doc/c-api/iterator.rst:17
4444msgid ""
@@ -73,9 +73,9 @@ msgid ""
7373"Type object for iterator objects returned by :c:func:`PyCallIter_New` and "
7474"the two-argument form of the :func:`iter` built-in function."
7575msgstr ""
76- "Objeto tipo para los objetos iteradores retornadospor :c:func: "
77- "`PyCallIter_New` y la forma de dos argumentos de la funciónincorporada : "
78- "func:`iter`."
76+ "Objeto tipo para los objetos iteradores retornados "
77+ "por :c:func: `PyCallIter_New` y la forma de dos argumentos de la función "
78+ "incorporada : func:`iter`."
7979
8080#: ../Doc/c-api/iterator.rst:43
8181msgid ""