From 23770d1fa4e10a1497e9fc60509d8f1954d800e7 Mon Sep 17 00:00:00 2001 From: Antoine <43954001+awecx@users.noreply.github.com> Date: Tue, 4 Feb 2020 22:20:07 +0100 Subject: [PATCH] Correction fuzzy library/multiprocessing (#1142) --- library/multiprocessing.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/multiprocessing.po b/library/multiprocessing.po index 8cce7b83..7df4399d 100644 --- a/library/multiprocessing.po +++ b/library/multiprocessing.po @@ -3445,13 +3445,12 @@ msgid "Return whether the call has completed." msgstr "Renvoie ``True`` ou ``False`` suivant si la tâche est accomplie." #: ../Doc/library/multiprocessing.rst:2281 -#, fuzzy msgid "" "Return whether the call completed without raising an exception. Will raise :" "exc:`ValueError` if the result is not ready." msgstr "" "Renvoie ``True`` ou ``False`` suivant si la tâche est accomplie sans lever " -"d'exception. Lève une :exc:`AssertionError` si le résultat n'est pas prêt." +"d'exception. Lève une :exc:`ValueError` si le résultat n'est pas prêt." #: ../Doc/library/multiprocessing.rst:2284 msgid ""