From a92022d033b8d75c72c9bde485ec9fba04718860 Mon Sep 17 00:00:00 2001 From: eviau Date: Sun, 19 Nov 2023 12:32:47 -0500 Subject: [PATCH] fuzzy --- library/functions.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/functions.po b/library/functions.po index eff8b4c4..5cc3c306 100644 --- a/library/functions.po +++ b/library/functions.po @@ -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 :"