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

Skip to content

Commit 23770d1

Browse files
authored
Correction fuzzy library/multiprocessing (#1142)
1 parent e2b94f0 commit 23770d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/multiprocessing.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,13 +3445,12 @@ msgid "Return whether the call has completed."
34453445
msgstr "Renvoie ``True`` ou ``False`` suivant si la tâche est accomplie."
34463446

34473447
#: ../Doc/library/multiprocessing.rst:2281
3448-
#, fuzzy
34493448
msgid ""
34503449
"Return whether the call completed without raising an exception. Will raise :"
34513450
"exc:`ValueError` if the result is not ready."
34523451
msgstr ""
34533452
"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."
3453+
"d'exception. Lève une :exc:`ValueError` si le résultat n'est pas prêt."
34553454

34563455
#: ../Doc/library/multiprocessing.rst:2284
34573456
msgid ""

0 commit comments

Comments
 (0)