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 ""
623623"achieved by substituting multiplicative code such as: ``(start + step * i "
624624"for i in count())``."
625625msgstr ""
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())``."
626629
627630#: ../../library/itertools.rst:326
628631msgid "Added *step* argument and allowed non-integer arguments."
@@ -634,6 +637,9 @@ msgid ""
634637"each. When the iterable is exhausted, return elements from the saved copy. "
635638"Repeats indefinitely. Roughly equivalent to::"
636639msgstr ""
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::"
637643
638644#: ../../library/itertools.rst:345
639645msgid ""
You can’t perform that action at this time.
0 commit comments