Skip to content

Commit 4fa1ec7

Browse files
committed
Fix errors
1 parent dc7918f commit 4fa1ec7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

dictionaries/library_itertools.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Haskell
2+
pred
3+
seq
4+
itn
5+
step

library/itertools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ msgstr ""
516516
#: ../Doc/library/itertools.rst:200
517517
msgid "Return *r* length subsequences of elements from the input *iterable*."
518518
msgstr ""
519-
"Retorna subsecuencias de lengitud *r* con elementos del *iterable* de "
519+
"Retorna subsecuencias de longitud *r* con elementos del *iterable* de "
520520
"entrada."
521521

522522
#: ../Doc/library/itertools.rst:202 ../Doc/library/itertools.rst:251
@@ -632,7 +632,7 @@ msgstr ""
632632
#: ../Doc/library/itertools.rst:326
633633
msgid "Added *step* argument and allowed non-integer arguments."
634634
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 "
636636
"enteros."
637637

638638
#: ../Doc/library/itertools.rst:331
@@ -884,7 +884,7 @@ msgid ""
884884
"the distinction between ``function(a,b)`` and ``function(*c)``. Roughly "
885885
"equivalent to::"
886886
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 "
888888
"iterable. Se usa en lugar de :func:`map` cuando los parámetros ya están "
889889
"agrupados en tuplas de un mismo iterable (los datos ya han sido \"pre-"
890890
"comprimidos”). La diferencia entre :func:`map` y :func:`starmap` es similar "

0 commit comments

Comments
 (0)