--- Doc/library/multiprocessing.rst 2010-04-06 23:20:32.000000000 -0400 +++ multiprocessing.rst 2010-04-07 16:51:01.000000000 -0400 @@ -2231,7 +2231,7 @@ An example of how a pool of worker processes can each run a -:class:`SimpleHTTPServer.HttpServer` instance while sharing a single listening +:class:`SimpleHTTPRequestHandler` instance while sharing a single listening socket. .. literalinclude:: ../includes/mp_webserver.py