From 11b0cd19adbe10df78166e0d2049188673d38a35 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil Date: Thu, 1 Feb 2018 21:54:31 +0100 Subject: [PATCH] =?UTF-8?q?L'ellipse=20sur=20les=20types=20n'=C3=A9tait=20?= =?UTF-8?q?pas=20claire.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorial/introduction.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index 408149ac..3e7137f3 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-12-01 07:43+0100\n" -"PO-Revision-Date: 2018-01-31 14:19+0100\n" +"PO-Revision-Date: 2018-02-01 21:53+0100\n" "Last-Translator: Julien Palard \n" "Language-Team: \n" "Language: fr\n" @@ -146,8 +146,8 @@ msgstr "" "Les nombres à virgule flottante sont tout à fait admis (NdT : Python utilise " "le point *.* comme séparateur entre la partie entière et la partie décimale " "des nombres, c'est la convention anglo-saxonne) ; les opérateurs avec des " -"opérandes de types différents convertissent l'opérande entier en virgule " -"flottante : ::" +"opérandes de types différents convertissent l'opérande de type entier en " +"type virgule flottante : ::" #: ../Doc/tutorial/introduction.rst:106 msgid ""