We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent575f5ef commit5946aa1Copy full SHA for 5946aa1
library/itertools.po
@@ -590,6 +590,9 @@ msgid ""
590
"achieved by substituting multiplicative code such as: ``(start + step * i "
591
"for i in count())``."
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())``."
596
597
#:../../library/itertools.rst:309
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
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::"
610
611
#:../../library/itertools.rst:328
612
msgid""