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>
This commit is contained in:
Mathieu Dupuy 2020-03-29 14:11:25 +02:00 committed by GitHub
parent 9b0632c562
commit 038d1a255e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <deronnax@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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"