Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido el archivo c-api/iterator.po y añadido mi nombre a TRANSLATORS. #3385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Correción de ajustes c-api/iterator.po
  • Loading branch information
DavidPPizarro committed Apr 13, 2025
commit be75b9d22d68ea9c39dba581566e06e1b02410b4
4 changes: 2 additions & 2 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Daniela Zuluaga Ocampo (@Nany262)
Darwing Medina Lacayo (@darwing1210)
David Jaimes (@henrzven)
David Lorenzo (@David-Lor)
David Pizarro (@davidppizarro)
David Revillas (@r3v1)
David Silva (@dvidsilva)
David Spindola (@davidspindola)
Expand Down Expand Up @@ -248,5 +249,4 @@ Xavi Rambla Centellas (@xavirambla)
Yennifer Paola Herrera Ariza (@Yenniferh)
Yohanna Padrino (@Yo-hanaPR)
zejiran
Zodac (@zodacdev)
David Pizarro (@davidppizarro)
Zodac (@zodacdev)
8 changes: 4 additions & 4 deletions c-api/iterator.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2025-04-12 21:44-0500\n"
"PO-Revision-Date: 2025-04-12 22:30-0500\n"
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand All @@ -36,9 +36,9 @@ msgid ""
msgstr ""
"Python proporciona dos objetos iteradores de propósito general. El primero, "
"un iterador de secuencia, funciona con una secuencia arbitraria que admite "
"el método :meth:`__getitem__`. El segundo funciona con un objeto invocable y "
"un valor centinela, llamando al invocable para cada elemento en la secuencia "
"y finalizando la iteración cuando se retorna el valor centinela."
"el método :meth:`~object.__getitem__`. El segundo funciona con un objeto "
"invocable y un valor centinela, llamando al invocable para cada elemento en "
"la secuencia y finalizando la iteración cuando se retorna el valor centinela."

#: ../Doc/c-api/iterator.rst:17
msgid ""
Expand Down