Skip to content

Commit a355a06

Browse files
authored
Fix typo in multiprocessing documentation (GH-20016)
1 parent 19e3e00 commit a355a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@ with the :class:`Pool` class.
21442144
or by calling :meth:`close` and :meth:`terminate` manually. Failure to do this
21452145
can lead to the process hanging on finalization.
21462146

2147-
Note that is **not correct** to rely on the garbage colletor to destroy the pool
2147+
Note that it is **not correct** to rely on the garbage collector to destroy the pool
21482148
as CPython does not assure that the finalizer of the pool will be called
21492149
(see :meth:`object.__del__` for more information).
21502150

0 commit comments

Comments
 (0)