This commit is contained in:
eviau 2023-11-19 12:32:47 -05:00
parent 1ff8b3c030
commit a92022d033
1 changed files with 1 additions and 2 deletions

View File

@ -475,7 +475,6 @@ msgstr ""
"renvoie :func:`repr` dans Python 2."
#: library/functions.rst:123
#, fuzzy
msgid ""
"Convert an integer number to a binary string prefixed with \"0b\". The "
"result is a valid Python expression. If *x* is not a Python :class:`int` "
@ -483,7 +482,7 @@ msgid ""
"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 "
"\"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 :"