File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Daniela Zuluaga Ocampo (@Nany262)
6060Darwing Medina Lacayo (@darwing1210)
6161David Jaimes (@henrzven)
6262David Lorenzo (@David-Lor)
63+ David Pizarro (@davidppizarro)
6364David Revillas (@r3v1)
6465David Silva (@dvidsilva)
6566David Spindola (@davidspindola)
@@ -248,5 +249,4 @@ Xavi Rambla Centellas (@xavirambla)
248249Yennifer Paola Herrera Ariza (@Yenniferh)
249250Yohanna Padrino (@Yo-hanaPR)
250251zejiran
251- Zodac (@zodacdev)
252- David Pizarro (@davidppizarro)
252+ Zodac (@zodacdev)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ 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 : 2025-04-12 21:44 -0500\n "
14+ "PO-Revision-Date : 2025-04-12 22:30 -0500\n "
1515"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
1616"Language-Team : python-doc-es\n "
1717"Language : es\n "
@@ -36,9 +36,9 @@ msgid ""
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 elemento en 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."
4242
4343#: ../Doc/c-api/iterator.rst:17
4444msgid ""
You can’t perform that action at this time.
0 commit comments