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