Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions library/multiprocessing.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down