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 @@ -623,6 +623,9 @@ msgid ""
623
623
"achieved by substituting multiplicative code such as: ``(start + step * i "
624
624
"for i in count())``."
625
625
msgstr ""
626
+ "Quando é feita uma contagem usando números de ponto flutuante, é possível "
627
+ "ter melhor precisão substituindo código multiplicativo como ``(start + step "
628
+ "* i for i in count())``."
626
629
627
630
#: ../../library/itertools.rst:326
628
631
msgid "Added *step* argument and allowed non-integer arguments."
@@ -634,6 +637,9 @@ msgid ""
634
637
"each. When the iterable is exhausted, return elements from the saved copy. "
635
638
"Repeats indefinitely. Roughly equivalent to::"
636
639
msgstr ""
640
+ "Crie um iterador que devolve elementos do iterável assim como salva uma "
641
+ "cópia de cada um. Quando o iterável é esgotado, devolve elementos da cópia "
642
+ "salva. Repete indefinidamente. Aproximadamente equivalente a::"
637
643
638
644
#: ../../library/itertools.rst:345
639
645
msgid ""
You can’t perform that action at this time.
0 commit comments