Skip to content

finalizando library/itertools #1693

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
Dec 9, 2021
Merged
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
Next Next commit
finalizando library/itertools
  • Loading branch information
cmaureir committed Dec 9, 2021
commit 87805c63915510ef7601ce57f1eae2fbb2961e1c
8 changes: 5 additions & 3 deletions library/itertools.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ msgstr ""
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-04 21:35+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Generated-By: Babel 2.9.1\n"

#: ../Doc/library/itertools.rst:2
Expand Down Expand Up @@ -276,7 +276,7 @@ msgstr "(p[0], q[0]), (p[1], q[1]), ..."

#: ../Doc/library/itertools.rst:58
msgid "``pairwise('ABCDEFG') --> AB BC CD DE EF FG``"
msgstr ""
msgstr "``pairwise('ABCDEFG') --> AB BC CD DE EF FG``"

#: ../Doc/library/itertools.rst:59
msgid ":func:`starmap`"
Expand Down Expand Up @@ -781,6 +781,8 @@ msgid ""
"number of inputs. It will be empty if the input iterable has fewer than two "
"values."
msgstr ""
"El número de 2 tuplas en el iterador de salida será uno menos que el número "
"de entradas. Estará vacío si la entrada iterable tiene menos de dos valores."

#: ../Doc/library/itertools.rst:500
msgid ""
Expand Down