Thanks to visit codestin.com Credit goes to github.com
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 8d19767 commit 213ef6eCopy full SHA for 213ef6e
1 file changed
Doc/library/multiprocessing.rst
@@ -126,7 +126,7 @@ to start a process. These *start methods* are
126
*forkserver*
127
When the program starts and selects the *forkserver* start method,
128
a server process is started. From then on, whenever a new process
129
- is need the parent process connects to the server and requests
+ is needed, the parent process connects to the server and requests
130
that it fork a new process. The fork server process is single
131
threaded so it is safe for it to use :func:`os.fork`. No
132
unnecessary resources are inherited.
0 commit comments