From 038d1a255e7c562ea9c51cfad23f26b2425e2537 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 29 Mar 2020 14:11:25 +0200 Subject: [PATCH] corrige une fuzzy dans library/threading (#1220) * corrige une fuzzy dans library/threading * Update library/threading.po Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/threading.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/library/threading.po b/library/threading.po index adb45d53..c3e7bd36 100644 --- a/library/threading.po +++ b/library/threading.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-02-04 10:00+0100\n" -"PO-Revision-Date: 2020-01-21 21:25+0100\n" +"PO-Revision-Date: 2020-03-29 11:56+0200\n" "Last-Translator: Mathieu Dupuy \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.3\n" #: ../Doc/library/threading.rst:2 msgid ":mod:`threading` --- Thread-based parallelism" @@ -910,9 +910,8 @@ msgid "There is no return value." msgstr "Il n'y a pas de valeur de retour." #: ../Doc/library/threading.rst:493 -#, fuzzy msgid "Return true if the lock is acquired." -msgstr "Renvoie si le fil d'exécution est vivant ou pas." +msgstr "Renvoie ``True`` si le verrou est acquis." #: ../Doc/library/threading.rst:500 msgid "RLock Objects"