Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 038d1a2

Browse files
corrige une fuzzy dans library/threading (#1220)
* corrige une fuzzy dans library/threading * Update library/threading.po Co-authored-by: Christophe Nanteuil <[email protected]>
1 parent 9b0632c commit 038d1a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

library/threading.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-02-04 10:00+0100\n"
9-
"PO-Revision-Date: 2020-01-21 21:25+0100\n"
9+
"PO-Revision-Date: 2020-03-29 11:56+0200\n"
1010
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.1\n"
16+
"X-Generator: Poedit 2.3\n"
1717

1818
#: ../Doc/library/threading.rst:2
1919
msgid ":mod:`threading` --- Thread-based parallelism"
@@ -910,9 +910,8 @@ msgid "There is no return value."
910910
msgstr "Il n'y a pas de valeur de retour."
911911

912912
#: ../Doc/library/threading.rst:493
913-
#, fuzzy
914913
msgid "Return true if the lock is acquired."
915-
msgstr "Renvoie si le fil d'exécution est vivant ou pas."
914+
msgstr "Renvoie ``True`` si le verrou est acquis."
916915

917916
#: ../Doc/library/threading.rst:500
918917
msgid "RLock Objects"

0 commit comments

Comments
 (0)