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 19e3e00 commit a355a06Copy full SHA for a355a06
Doc/library/multiprocessing.rst
@@ -2144,7 +2144,7 @@ with the :class:`Pool` class.
2144
or by calling :meth:`close` and :meth:`terminate` manually. Failure to do this
2145
can lead to the process hanging on finalization.
2146
2147
- Note that is **not correct** to rely on the garbage colletor to destroy the pool
+ Note that it is **not correct** to rely on the garbage collector to destroy the pool
2148
as CPython does not assure that the finalizer of the pool will be called
2149
(see :meth:`object.__del__` for more information).
2150
0 commit comments