diff --git a/library/functions.po b/library/functions.po index 270279df..e3a5d4dd 100644 --- a/library/functions.po +++ b/library/functions.po @@ -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\"* "