From 12c2c9c069a66c775dc4ac40914f2257fa25a7fd Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Fri, 24 May 2019 18:20:58 +0200 Subject: [PATCH] Fix fuzzies in tutorial/introduction.po (#771) fixes #758 --- tutorial/introduction.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index 7805ad51..cab43ed5 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -6,14 +6,14 @@ 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-08-01 00:34+0200\n" -"Last-Translator: Julien Palard \n" +"PO-Revision-Date: 2019-05-23 23:05+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 2.0.2\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/tutorial/introduction.rst:5 msgid "An Informal Introduction to Python" @@ -476,13 +476,12 @@ msgstr "" "du même type, bien qu'à l'usage ce soit souvent le cas. ::" #: ../Doc/tutorial/introduction.rst:386 -#, fuzzy msgid "" "Like strings (and all other built-in :term:`sequence` types), lists can be " "indexed and sliced::" msgstr "" "Comme les chaînes de caractères (et toute autre type de :term:`sequence`), " -"les listes peuvent être indicées et découpées : ::" +"les listes peuvent être indicées et découpées ::" #: ../Doc/tutorial/introduction.rst:396 msgid ""