8000 Traducción de `library/itertools.po` by jcpmmx · Pull Request #451 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducción de library/itertools.po #451

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 20 commits into from
Aug 27, 2020
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
Next Next commit
Fix errors
  • Loading branch information
jcpmmx committed Aug 10, 2020
commit 4fa1ec761d282fe6a0c9d756b012875b723db624
5 changes: 5 additions & 0 deletions dictionaries/library_itertools.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Haskell
pred
seq
itn
step
6 changes: 3 additions & 3 deletions library/itertools.po
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ msgstr ""
#: ../Doc/library/itertools.rst:200
msgid "Return *r* length subsequences of elements from the input *iterable*."
msgstr ""
"Retorna subsecuencias de lengitud *r* con elementos del *iterable* de "
"Retorna subsecuencias de longitud *r* con elementos del *iterable* de "
"entrada."

#: ../Doc/library/itertools.rst:202 ../Doc/library/itertools.rst:251
Expand Down Expand Up @@ -632,7 +632,7 @@ msgstr ""
#: ../Doc/library/itertools.rst:326
msgid "Added *step* argument and allowed non-integer arguments."
msgstr ""
"Se adicionó el parámetro *step* y se permitieron paramétros diferentes a "
"Se adicionó el parámetro *step* y se permitieron parámetros diferentes a "
"enteros."

#: ../Doc/library/itertools.rst:331
Expand Down Expand Up @@ -884,7 +884,7 @@ msgid ""
"the distinction between ``function(a,b)`` and ``function(*c)``. Roughly "
"equivalent to::"
msgstr ""
"Crea un iterador aue calcula la función utilizando parámetros obtenidos del "
"Crea un iterador que calcula la función utilizando parámetros obtenidos del "
"iterable. Se usa en lugar de :func:`map` cuando los parámetros ya están "
"agrupados en tuplas de un mismo iterable (los datos ya han sido \"pre-"
"comprimidos”). La diferencia entre :func:`map` y :func:`starmap` es similar "
Expand Down
0