Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 213ef6e

Browse files
committed
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni.
1 parent 8d19767 commit 213ef6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ to start a process. These *start methods* are
126126
*forkserver*
127127
When the program starts and selects the *forkserver* start method,
128128
a server process is started. From then on, whenever a new process
129-
is need the parent process connects to the server and requests
129+
is needed, the parent process connects to the server and requests
130130
that it fork a new process. The fork server process is single
131131
threaded so it is safe for it to use :func:`os.fork`. No
132132
unnecessary resources are inherited.

0 commit comments

Comments
 (0)