We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b94f0 commit 23770d1Copy full SHA for 23770d1
1 file changed
library/multiprocessing.po
@@ -3445,13 +3445,12 @@ msgid "Return whether the call has completed."
3445
msgstr "Renvoie ``True`` ou ``False`` suivant si la tâche est accomplie."
3446
3447
#: ../Doc/library/multiprocessing.rst:2281
3448
-#, fuzzy
3449
msgid ""
3450
"Return whether the call completed without raising an exception. Will raise :"
3451
"exc:`ValueError` if the result is not ready."
3452
msgstr ""
3453
"Renvoie ``True`` ou ``False`` suivant si la tâche est accomplie sans lever "
3454
-"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."
3455
3456
#: ../Doc/library/multiprocessing.rst:2284
3457
0 commit comments