Correction fuzzy library/multiprocessing (#1142)

This commit is contained in:
Antoine 2020-02-04 22:20:07 +01:00 committed by GitHub
parent e2b94f06cd
commit 23770d1fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ""