[Python-checkins] r82762 - python/branches/py3k/Doc/library/multiprocessing.rst

georg.brandl python-checkins at python.org
Sat Jul 10 13:51:07 CEST 2010


Author: georg.brandl
Date: Sat Jul 10 13:51:06 2010
New Revision: 82762

Log:
#8338: fix outdated class name.

Modified:
   python/branches/py3k/Doc/library/multiprocessing.rst

Modified: python/branches/py3k/Doc/library/multiprocessing.rst
==============================================================================
--- python/branches/py3k/Doc/library/multiprocessing.rst	(original)
+++ python/branches/py3k/Doc/library/multiprocessing.rst	Sat Jul 10 13:51:06 2010
@@ -2228,8 +2228,8 @@
 
 
 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
 


More information about the Python-checkins mailing list