File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ Haskell
2
+ pred
3
+ seq
4
+ itn
5
+ step
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ msgstr ""
516
516
#: ../Doc/library/itertools.rst:200
517
517
msgid "Return *r* length subsequences of elements from the input *iterable*."
518
518
msgstr ""
519
- "Retorna subsecuencias de lengitud *r* con elementos del *iterable* de "
519
+ "Retorna subsecuencias de longitud *r* con elementos del *iterable* de "
520
520
"entrada."
521
521
522
522
#: ../Doc/library/itertools.rst:202 ../Doc/library/itertools.rst:251
@@ -632,7 +632,7 @@ msgstr ""
632
632
#: ../Doc/library/itertools.rst:326
633
633
msgid "Added *step* argument and allowed non-integer arguments."
634
634
msgstr ""
635
- "Se adicionó el parámetro *step* y se permitieron paramétros diferentes a "
635
+ "Se adicionó el parámetro *step* y se permitieron parámetros diferentes a "
636
636
"enteros."
637
637
638
638
#: ../Doc/library/itertools.rst:331
@@ -884,7 +884,7 @@ msgid ""
884
884
"the distinction between ``function(a,b)`` and ``function(*c)``. Roughly "
885
885
"equivalent to::"
886
886
msgstr ""
887
- "Crea un iterador aue calcula la función utilizando parámetros obtenidos del "
887
+ "Crea un iterador que calcula la función utilizando parámetros obtenidos del "
888
888
"iterable. Se usa en lugar de :func:`map` cuando los parámetros ya están "
889
889
"agrupados en tuplas de un mismo iterable (los datos ya han sido \" pre-"
890
890
"comprimidos”). La diferencia entre :func:`map` y :func:`starmap` es similar "
You can’t perform that action at this time.
0 commit comments