]> granicus.if.org Git - python/commitdiff
#8338: fix outdated class name.
authorGeorg Brandl <georg@python.org>
Sat, 10 Jul 2010 11:51:06 +0000 (11:51 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 10 Jul 2010 11:51:06 +0000 (11:51 +0000)
Doc/library/multiprocessing.rst

index b72d9557e29457d0b7ed90ad8b759d1be4d5de1a..9bb119ea63992dd6d9af8bd4bbf2dfcfd78a5f98 100644 (file)
@@ -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