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

Skip to content

Commit 47d48bb

Browse files
committed
#8338: fix outdated class name.
1 parent 297d972 commit 47d48bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,8 +2228,8 @@ collect the results:
22282228

22292229

22302230
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.
2231+
:class:`~http.server.SimpleHTTPRequestHandler` instance while sharing a single
2232+
listening socket.
22332233

22342234
.. literalinclude:: ../includes/mp_webserver.py
22352235

0 commit comments

Comments
 (0)