@@ -107608,44 +107608,39 @@ msgstr ""
107608
107608
107609
107609
#: ../Doc/library/stdtypes.rst:367
107610
107610
msgid ":func:`math.trunc(\\ x) <math.trunc>`"
107611
- msgstr ""
107611
+ msgstr ":func:`math.trunc(\\ x) <math.trunc>` "
107612
107612
107613
107613
#: ../Doc/library/stdtypes.rst:367
107614
- #, fuzzy
107615
107614
msgid "*x* truncated to :class:`~numbers.Integral`"
107616
107615
msgstr "*x* tronqué à l'entier vers zéro"
107617
107616
107618
107617
#: ../Doc/library/stdtypes.rst:370
107619
- #, fuzzy
107620
107618
msgid ":func:`round(x[, n]) <round>`"
107621
- msgstr "`` round(x[, n])` `"
107619
+ msgstr ":func:` round(x[, n]) <round> `"
107622
107620
107623
107621
#: ../Doc/library/stdtypes.rst:370
107624
- #, fuzzy
107625
107622
msgid ""
107626
107623
"*x* rounded to *n* digits, rounding half to even. If *n* is omitted, it "
107627
107624
"defaults to 0."
107628
107625
msgstr ""
107629
- "*x* arrondi à n chiffres, arrondissant la moitié au pair. Si n est omis, la "
107630
- "valeur par défaut à 0."
107626
+ "*x* arrondi à *n* chiffres, arrondissant la moitié au pair. Si *n* est omis, "
107627
+ "la valeur par défaut à 0."
107631
107628
107632
107629
#: ../Doc/library/stdtypes.rst:374
107633
107630
msgid ":func:`math.floor(\\ x) <math.floor>`"
107634
- msgstr ""
107631
+ msgstr ":func:`math.floor(\\ x) <math.floor>` "
107635
107632
107636
107633
#: ../Doc/library/stdtypes.rst:374
107637
- #, fuzzy
107638
107634
msgid "the greatest :class:`~numbers.Integral` <= *x*"
107639
- msgstr "le plus grand entier <= *x*"
107635
+ msgstr "le plus grand :class:`~numbers.Integral` <= *x*"
107640
107636
107641
107637
#: ../Doc/library/stdtypes.rst:377
107642
107638
msgid ":func:`math.ceil(x) <math.ceil>`"
107643
- msgstr ""
107639
+ msgstr ":func:`math.ceil(x) <math.ceil>` "
107644
107640
107645
107641
#: ../Doc/library/stdtypes.rst:377
107646
- #, fuzzy
107647
107642
msgid "the least :class:`~numbers.Integral` >= *x*"
107648
- msgstr "le plus petit entier >= *x*"
107643
+ msgstr "le plus petit :class:`~numbers.Integral` >= *x*"
107649
107644
107650
107645
#: ../Doc/library/stdtypes.rst:381
107651
107646
msgid ""
@@ -107660,7 +107655,6 @@ msgid "Bitwise Operations on Integer Types"
107660
107655
msgstr "Opérations sur les bits des nombres entiers"
107661
107656
107662
107657
#: ../Doc/library/stdtypes.rst:402
107663
- #, fuzzy
107664
107658
msgid ""
107665
107659
"Bitwise operations only make sense for integers. Negative numbers are "
107666
107660
"treated as their 2's complement value (this assumes that there are enough "
0 commit comments