Correct reference in blurb

This commit is contained in:
Duane Griffin 2025-05-27 10:40:34 +12:00
parent 4c4674bc2e
commit e321047a47

View file

@ -1,3 +1,3 @@
Handle exceptions thrown by callbacks passed to
:class:`multiprocessing.Pool` ``*_async`` methods, preventing them from
:class:`multiprocessing.pool.Pool` ``*_async`` methods, preventing them from
breaking the pool.