Skip to content

Commit 5946aa1

Browse files
author
github-actions
committed
Merge 3.11 into 3.7
1 parent 575f5ef commit 5946aa1

File tree

4 files changed

+1181
-1238
lines changed

4 files changed

+1181
-1238
lines changed

library/itertools.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ msgid ""
590590
"achieved by substituting multiplicative code such as: ``(start + step * i "
591591
"for i in count())``."
592592
msgstr ""
593+
"Quando é feita uma contagem usando números de ponto flutuante, é possível "
594+
"ter melhor precisão substituindo código multiplicativo como ``(start + step "
595+
"* i for i in count())``."
593596

594597
#: ../../library/itertools.rst:309
595598
msgid "Added *step* argument and allowed non-integer arguments."
@@ -601,6 +604,9 @@ msgid ""
601604
"each. When the iterable is exhausted, return elements from the saved copy. "
602605
"Repeats indefinitely. Roughly equivalent to::"
603606
msgstr ""
607+
"Crie um iterador que devolve elementos do iterável assim como salva uma "
608+
"cópia de cada um. Quando o iterável é esgotado, devolve elementos da cópia "
609+
"salva. Repete indefinidamente. Aproximadamente equivalente a::"
604610

605611
#: ../../library/itertools.rst:328
606612
msgid ""

0 commit comments

Comments
 (0)