From cd3f6d3a4d1732d33056e7f929166755e64b3869 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Wed, 12 Dec 2018 22:09:46 +0100 Subject: [PATCH] Removed fuzzy entry in translation --- tutorial/errors.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tutorial/errors.po b/tutorial/errors.po index 1969025ef..788fc2ce8 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-11-29 16:06+0100\n" -"PO-Revision-Date: 2018-07-31 23:51+0200\n" -"Last-Translator: Julien Palard \n" +"PO-Revision-Date: 2018-12-12 22:06+0100\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\n" #: ../Doc/tutorial/errors.rst:5 msgid "Errors and Exceptions" @@ -392,7 +392,6 @@ msgstr "" "d'exceptions pour les différentes conditions d'erreurs : ::" #: ../Doc/tutorial/errors.rst:317 -#, fuzzy msgid "" "Most exceptions are defined with names that end in \"Error\", similar to the " "naming of the standard exceptions."