Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 451bc0b

Browse files
committed
Update library/math.po
1 parent e928c15 commit 451bc0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/math.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ msgstr ""
379379

380380
#: library/math.rst:236
381381
msgid "If *x* is equal to *y*, return *y*."
382-
msgstr "Si *x* égale *y*, renvoie *y*."
382+
msgstr "Si *x* est égal à *y*, renvoie *y*."
383383

384384
#: library/math.rst:238
385385
msgid "Examples:"
@@ -402,12 +402,12 @@ msgstr "``math.nextafter(x, 0.0)`` augmente ou baisse de valeur, vers zéro."
402402
#: library/math.rst:243
403403
msgid "``math.nextafter(x, math.copysign(math.inf, x))`` goes away from zero."
404404
msgstr ""
405-
"``math.nextafter(x, math.copysign(math.inf, x))`` augmente de valeur en "
406-
"s'éloignant de zéro."
405+
"``math.nextafter(x, math.copysign(math.inf, x))`` augmente ou baisse de "
406+
"valeur, en s'éloignant de zéro."
407407

408408
#: library/math.rst:245
409409
msgid "See also :func:`math.ulp`."
410-
msgstr "À consulter : :func:`math.ulp`."
410+
msgstr "Voir aussi : :func:`math.ulp`."
411411

412412
#: library/math.rst:251
413413
msgid ""

0 commit comments

Comments
 (0)