Commit 47d48bb3 authored by Georg Brandl's avatar Georg Brandl

#8338: fix outdated class name.

parent 297d9724
...@@ -2228,8 +2228,8 @@ collect the results: ...@@ -2228,8 +2228,8 @@ collect the results:
An example of how a pool of worker processes can each run a An example of how a pool of worker processes can each run a
:class:`SimpleHTTPServer.HttpServer` instance while sharing a single listening :class:`~http.server.SimpleHTTPRequestHandler` instance while sharing a single
socket. listening socket.
.. literalinclude:: ../includes/mp_webserver.py .. literalinclude:: ../includes/mp_webserver.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment