diff --git a/library/cmath.po b/library/cmath.po index a716bfcb..86c5b2a5 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -6,21 +6,20 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2018-09-27 15:22+0200\n" -"Last-Translator: \n" +"PO-Revision-Date: 2019-05-28 20:19+0200\n" +"Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 2.2.3\n" #: ../Doc/library/cmath.rst:2 msgid ":mod:`cmath` --- Mathematical functions for complex numbers" msgstr "Fonctions mathématiques pour nombres complexes — :mod:`cmath`" #: ../Doc/library/cmath.rst:9 -#, fuzzy msgid "" "This module provides access to mathematical functions for complex numbers. " "The functions in this module accept integers, floating-point numbers or " @@ -30,14 +29,13 @@ msgid "" "number, respectively, and the function is then applied to the result of the " "conversion." msgstr "" -"Ce module est toujours disponible. Il fournit l'accès aux fonctions " -"mathématiques pour les nombres complexes.Les fonctions de ce module " -"acceptent les entiers, les nombres flottants ou les nombres complexes comme " -"arguments. Elles accepteront également tout objet Python ayant une méthode :" -"meth:`__complex__` ou :meth:`__float__` : ces méthodes sont utilisées pour " -"convertir l'objet en un nombre complexe ou respectivement un nombre " -"flottant, et la fonction est ensuite appliquée sur le résultat de la " -"conversion." +"Ce module fournit l'accès aux fonctions mathématiques pour les nombres " +"complexes. Les fonctions de ce module acceptent les entiers, les nombres " +"flottants ou les nombres complexes comme arguments. Elles acceptent " +"également tout objet Python ayant une méthode :meth:`__complex__` " +"(respectivement :meth:`__float__`) : cette méthode est utilisée pour " +"convertir l’objet en nombre complexe (respectivement un nombre flottant) et " +"la fonction est ensuite appliquée sur le résultat de la conversion." #: ../Doc/library/cmath.rst:18 msgid ""