File tree Expand file tree Collapse file tree 4 files changed +1181
-1238
lines changed Expand file tree Collapse file tree 4 files changed +1181
-1238
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,9 @@ msgid ""
590
590
"achieved by substituting multiplicative code such as: ``(start + step * i "
591
591
"for i in count())``."
592
592
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())``."
593
596
594
597
#: ../../library/itertools.rst:309
595
598
msgid "Added *step* argument and allowed non-integer arguments."
@@ -601,6 +604,9 @@ msgid ""
601
604
"each. When the iterable is exhausted, return elements from the saved copy. "
602
605
"Repeats indefinitely. Roughly equivalent to::"
603
606
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::"
604
610
605
611
#: ../../library/itertools.rst:328
606
612
msgid ""
You can’t perform that action at this time.
0 commit comments