mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
#8338: fix outdated class name.
This commit is contained in:
parent
297d97241a
commit
47d48bb3e7
1 changed files with 2 additions and 2 deletions
|
|
@ -2228,8 +2228,8 @@ collect the results:
|
|||
|
||||
|
||||
An example of how a pool of worker processes can each run a
|
||||
:class:`SimpleHTTPServer.HttpServer` instance while sharing a single listening
|
||||
socket.
|
||||
:class:`~http.server.SimpleHTTPRequestHandler` instance while sharing a single
|
||||
listening socket.
|
||||
|
||||
.. literalinclude:: ../includes/mp_webserver.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue