8000 Merge 3.11 into 3.8 · python/python-docs-pt-br@85214b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85214b3

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 1c35855 commit 85214b3

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
@@ -623,6 +623,9 @@ msgid ""
623623
"achieved by substituting multiplicative code such as: ``(start + step * i "
624624
"for i in count())``."
625625
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())``."
626629

627630
#: ../../library/itertools.rst:326
628631
msgid "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::"
636639
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::"
637643

638644
#: ../../library/itertools.rst:345
639645
msgid ""

0 commit comments

Comments
 (0)
0