From 85140feff7cdb72b60d626356f18fb13233ba881 Mon Sep 17 00:00:00 2001 From: pshop Date: Thu, 4 Oct 2018 11:26:58 +0200 Subject: [PATCH] tuto inputoutput --- tutorial/inputoutput.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 2bfdd449..8446a315 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-03 17:52+0200\n" -"PO-Revision-Date: 2018-10-04 11:06+0200\n" +"PO-Revision-Date: 2018-10-04 11:26+0200\n" "Last-Translator: \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -78,10 +78,9 @@ msgid "" "need to provide the information to be formatted." msgstr "" "La méthode :meth:`str.format` sur les chaines de caractères exige un plus " -"grand effort manuel. Vous utiliserez toujours les caractères ``{``et ``}" -"``pour indiquer où une variable sera substituée et donner des détails sur " -"son formatage, mais vous devrez également fournir les informations à " -"formater." +"grand effort manuel. Vous utiliserez toujours les caractères ``{``et ``}`` " +"pour indiquer où une variable sera substituée et donner des détails sur son " +"formatage, mais vous devrez également fournir les informations à formater." #: ../Doc/tutorial/inputoutput.rst:48 msgid ""