8000
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 65cc60b commit bbdf872Copy full SHA for bbdf872
Doc/library/concurrent.futures.rst
@@ -223,7 +223,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
223
*initializer* is an optional callable that is called at the start of
224
each worker process; *initargs* is a tuple of arguments passed to the
225
initializer. Should *initializer* raise an exception, all currently
226
- pending jobs will raise a :exc:`~concurrent.futures.thread.BrokenThreadPool`,
+ pending jobs will raise a :exc:`~concurrent.futures.process.BrokenProcessPool`,
227
as well any attempt to submit more jobs to the pool.
228
229
.. versionchanged:: 3.3
0 commit comments