From bda3a1b05453b7af5c784f32294a339859cd62e8 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 29 Jan 2018 00:12:12 +0100 Subject: [PATCH] FIX: typo. --- library/cmath.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/cmath.po b/library/cmath.po index 5fcaf539..db92439e 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-09-21 09:15+0200\n" -"PO-Revision-Date: 2017-12-14 08:56+0100\n" +"PO-Revision-Date: 2018-01-29 00:11+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -379,7 +379,7 @@ msgid "" "Complex number with zero real part and positive infinity imaginary part. " "Equivalent to ``complex(0.0, float('inf'))``." msgstr "" -"Nombre complexe dont a partie réelle vaut zéro et la partie imaginaire un " +"Nombre complexe dont la partie réelle vaut zéro et la partie imaginaire un " "infini positif. Équivalent à ``complex(0.0, float('inf'))``." #: ../Doc/library/cmath.rst:277