From: Georg Brandl Date: Sat, 10 Jul 2010 11:51:06 +0000 (+0000) Subject: #8338: fix outdated class name. X-Git-Tag: v3.2a1~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47d48bb3e7611b20649c4a2a5e205d57cf134d2b;p=thirdparty%2FPython%2Fcpython.git #8338: fix outdated class name. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index b72d9557e294..9bb119ea6399 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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