This commit is contained in:
Julien Palard 2023-03-22 10:26:34 +01:00
parent b91666c098
commit 302b84204b
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 10 additions and 10 deletions

View File

@ -481,10 +481,10 @@ msgid ""
"object, it has to define an :meth:`__index__` method that returns an "
"integer. Some examples:"
msgstr ""
"Convertit un nombre entier en binaire dans une chaîne avec le préfixe ``\"0b"
"\"``. Le résultat est une expression Python valide. Si *x* n'est pas un :"
"class:`int`, il doit définir une méthode :meth:`__index__` donnant un nombre "
"entier. Voici quelques exemples :"
"Convertit un nombre entier en binaire dans une chaîne avec le préfixe "
"``\"0b\"``. Le résultat est une expression Python valide. Si *x* n'est pas "
"un :class:`int`, il doit définir une méthode :meth:`__index__` donnant un "
"nombre entier. Voici quelques exemples :"
#: library/functions.rst:133
msgid ""
@ -1444,9 +1444,9 @@ msgstr ""
#: library/functions.rst:665
msgid ""
"Here ``digit`` is a Unicode decimal digit (character in the Unicode general "
"category ``Nd``). Case is not significant, so, for example, \"inf\", \"Inf"
"\", \"INFINITY\", and \"iNfINity\" are all acceptable spellings for positive "
"infinity."
"category ``Nd``). Case is not significant, so, for example, \"inf\", "
"\"Inf\", \"INFINITY\", and \"iNfINity\" are all acceptable spellings for "
"positive infinity."
msgstr ""
"Ici ``digit`` est un chiffre décimal Unicode (caractère de la catégorie "
"générale Unicode ``Nd``). La casse n'y est pas significative, donc, par "
@ -2832,9 +2832,9 @@ msgstr ""
#: library/functions.rst:1494
msgid ""
"The ``@property`` decorator turns the :meth:`voltage` method into a \"getter"
"\" for a read-only attribute with the same name, and it sets the docstring "
"for *voltage* to \"Get the current voltage.\""
"The ``@property`` decorator turns the :meth:`voltage` method into a "
"\"getter\" for a read-only attribute with the same name, and it sets the "
"docstring for *voltage* to \"Get the current voltage.\""
msgstr ""
"Le décorateur ``@property`` transforme la méthode :meth:`voltage` en un "
"*getter* d'un attribut du même nom, et donne *\"Get the current voltage\"* "