From 1c70f1507bf2a3a7b5ad35ac18ad40addd8ce4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Choff=C3=A9?= Date: Wed, 9 Oct 2019 21:28:44 +0200 Subject: [PATCH] tutorial/intro (#898) --- tutorial/introduction.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index 2ee541f9..4e981184 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-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-09-08 18:54+0200\n" -"Last-Translator: Jules Lasne \n" +"PO-Revision-Date: 2019-10-09 19:43+0200\n" +"Last-Translator: pierre choffe \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.2.1\n" +"X-Generator: Poedit 2.0.6\n" #: ../Doc/tutorial/introduction.rst:5 msgid "An Informal Introduction to Python" @@ -484,7 +484,6 @@ msgstr "" "les listes peuvent être indicées et découpées ::" #: ../Doc/tutorial/introduction.rst:396 -#, fuzzy msgid "" "All slice operations return a new list containing the requested elements. " "This means that the following slice returns a :ref:`shallow copy "