@@ -11,34 +11,34 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.6\n "
23
24
24
25
#: ../Doc/c-api/iterator.rst:6
25
26
msgid "Iterator Objects"
26
27
msgstr "Objetos iteradores"
27
28
28
29
#: ../Doc/c-api/iterator.rst:8
29
- #, fuzzy
30
30
msgid ""
31
31
"Python provides two general-purpose iterator objects. The first, a sequence "
32
- "iterator, works with an arbitrary sequence supporting the :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."
36
36
msgstr ""
37
37
"Python proporciona dos objetos iteradores de propósito general. El primero, "
38
38
"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 elemento de 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 elemento en "
41
+ "la secuencia y finalizando la iteración cuando se retorna el valor centinela."
42
42
43
43
#: ../Doc/c-api/iterator.rst:17
44
44
msgid ""
@@ -73,9 +73,9 @@ msgid ""
73
73
"Type object for iterator objects returned by :c:func:`PyCallIter_New` and "
74
74
"the two-argument form of the :func:`iter` built-in function."
75
75
msgstr ""
76
- "Objeto tipo para los objetos iteradores retornados por :c:func: "
77
- "`PyCallIter_New` y la forma de dos argumentos de la función incorporada : "
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`."
79
79
80
80
#: ../Doc/c-api/iterator.rst:43
81
81
msgid ""
0 commit comments