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 297d972 commit 47d48bbCopy full SHA for 47d48bb
1 file changed
Doc/library/multiprocessing.rst
@@ -2228,8 +2228,8 @@ collect the results:
2228
2229
2230
An example of how a pool of worker processes can each run a
2231
-:class:`SimpleHTTPServer.HttpServer` instance while sharing a single listening
2232
-socket.
+:class:`~http.server.SimpleHTTPRequestHandler` instance while sharing a single
+listening socket.
2233
2234
.. literalinclude:: ../includes/mp_webserver.py
2235
0 commit comments