@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.11\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2025-03-14 15:32 +0000\n "
14
+ "POT-Creation-Date :2025-03-28 15:41 +0000\n "
15
15
"PO-Revision-Date :2023-05-24 02:13+0000\n "
16
16
"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -390,30 +390,30 @@ msgstr "A constante matemática *τ*, como um ponto flutuante."
390
390
391
391
#: ../../library/cmath.rst:275
392
392
msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
393
- msgstr "Infinito positivo de ponto flutuante.Equivalente a ``float('inf')``."
393
+ msgstr "Infinito positivo de ponto flutuante.Equivale a ``float('inf')``."
394
394
395
395
#: ../../library/cmath.rst:282
396
396
msgid ""
397
397
"Complex number with zero real part and positive infinity imaginary part. "
398
398
"Equivalent to ``complex(0.0, float('inf'))``."
399
399
msgstr ""
400
400
"Número complexo com parte real zero e parte imaginária infinita positiva. "
401
- "Equivalente a ``complex(0.0, float('inf'))``."
401
+ "Equivale a ``complex(0.0, float('inf'))``."
402
402
403
403
#: ../../library/cmath.rst:290
404
404
msgid ""
405
405
"A floating-point\" not a number\" (NaN) value. Equivalent to "
406
406
"``float('nan')``."
407
407
msgstr ""
408
- "Um valor de ponto flutuante\" não um número\" (NaN).Equivalente a "
408
+ "Um valor de ponto flutuante\" não um número\" (NaN).Equivale a "
409
409
"``float('nan')``."
410
410
411
411
#: ../../library/cmath.rst:298
412
412
msgid ""
413
413
"Complex number with zero real part and NaN imaginary part. Equivalent to "
414
414
"``complex(0.0, float('nan'))``."
415
415
msgstr ""
416
- "Número complexo com parte real zero e parte imaginária NaN.Equivalente a "
416
+ "Número complexo com parte real zero e parte imaginária NaN.Equivale a "
417
417
"``complex(0.0, float('nan'))``."
418
418
419
419
#: ../../library/cmath.rst:306