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

Skip to content

Commit 6fa8ad2

Browse files
committed
Working on library.po:stdtypes.rst
1 parent ce325e5 commit 6fa8ad2

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

library.po

+8-14
Original file line numberDiff line numberDiff line change
@@ -107608,44 +107608,39 @@ msgstr ""
107608107608

107609107609
#: ../Doc/library/stdtypes.rst:367
107610107610
msgid ":func:`math.trunc(\\ x) <math.trunc>`"
107611-
msgstr ""
107611+
msgstr ":func:`math.trunc(\\ x) <math.trunc>`"
107612107612

107613107613
#: ../Doc/library/stdtypes.rst:367
107614-
#, fuzzy
107615107614
msgid "*x* truncated to :class:`~numbers.Integral`"
107616107615
msgstr "*x* tronqué à l'entier vers zéro"
107617107616

107618107617
#: ../Doc/library/stdtypes.rst:370
107619-
#, fuzzy
107620107618
msgid ":func:`round(x[, n]) <round>`"
107621-
msgstr "``round(x[, n])``"
107619+
msgstr ":func:`round(x[, n]) <round>`"
107622107620

107623107621
#: ../Doc/library/stdtypes.rst:370
107624-
#, fuzzy
107625107622
msgid ""
107626107623
"*x* rounded to *n* digits, rounding half to even. If *n* is omitted, it "
107627107624
"defaults to 0."
107628107625
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."
107631107628

107632107629
#: ../Doc/library/stdtypes.rst:374
107633107630
msgid ":func:`math.floor(\\ x) <math.floor>`"
107634-
msgstr ""
107631+
msgstr ":func:`math.floor(\\ x) <math.floor>`"
107635107632

107636107633
#: ../Doc/library/stdtypes.rst:374
107637-
#, fuzzy
107638107634
msgid "the greatest :class:`~numbers.Integral` <= *x*"
107639-
msgstr "le plus grand entier <= *x*"
107635+
msgstr "le plus grand :class:`~numbers.Integral` <= *x*"
107640107636

107641107637
#: ../Doc/library/stdtypes.rst:377
107642107638
msgid ":func:`math.ceil(x) <math.ceil>`"
107643-
msgstr ""
107639+
msgstr ":func:`math.ceil(x) <math.ceil>`"
107644107640

107645107641
#: ../Doc/library/stdtypes.rst:377
107646-
#, fuzzy
107647107642
msgid "the least :class:`~numbers.Integral` >= *x*"
107648-
msgstr "le plus petit entier >= *x*"
107643+
msgstr "le plus petit :class:`~numbers.Integral` >= *x*"
107649107644

107650107645
#: ../Doc/library/stdtypes.rst:381
107651107646
msgid ""
@@ -107660,7 +107655,6 @@ msgid "Bitwise Operations on Integer Types"
107660107655
msgstr "Opérations sur les bits des nombres entiers"
107661107656

107662107657
#: ../Doc/library/stdtypes.rst:402
107663-
#, fuzzy
107664107658
msgid ""
107665107659
"Bitwise operations only make sense for integers. Negative numbers are "
107666107660
"treated as their 2's complement value (this assumes that there are enough "

0 commit comments

Comments
 (0)