Skip to content

Commit 5619ab2

Browse files
sbellemmethane
authored andcommitted
doc: Fix small typos in library/multiprocessing (GH-698)
1 parent 8a543c0 commit 5619ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ start a *semaphore tracker* process which tracks the unlinked named
135135
semaphores created by processes of the program. When all processes
136136
have exited the semaphore tracker unlinks any remaining semaphores.
137137
Usually there should be none, but if a process was killed by a signal
138-
there may some "leaked" semaphores. (Unlinking the named semaphores
138+
there may be some "leaked" semaphores. (Unlinking the named semaphores
139139
is a serious matter since the system allows only a limited number, and
140140
they will not be automatically unlinked until the next reboot.)
141141

@@ -179,7 +179,7 @@ program. ::
179179

180180
Note that objects related to one context may not be compatible with
181181
processes for a different context. In particular, locks created using
182-
the *fork* context cannot be passed to a processes started using the
182+
the *fork* context cannot be passed to processes started using the
183183
*spawn* or *forkserver* start methods.
184184

185185
A library which wants to use a particular start method should probably

0 commit comments

Comments
 (0)