[Python-checkins] r64939 - python/trunk/Doc/library/multiprocessing.rst
andrew.kuchling
python-checkins at python.org
Mon Jul 14 02:42:45 CEST 2008
Author: andrew.kuchling
Date: Mon Jul 14 02:40:55 2008
New Revision: 64939
Log:
Typo fix
Modified:
python/trunk/Doc/library/multiprocessing.rst
Modified: python/trunk/Doc/library/multiprocessing.rst
==============================================================================
--- python/trunk/Doc/library/multiprocessing.rst (original)
+++ python/trunk/Doc/library/multiprocessing.rst Mon Jul 14 02:40:55 2008
@@ -1084,7 +1084,7 @@
Start a subprocess to start the manager.
- .. method:: server_forever()
+ .. method:: serve_forever()
Run the server in the current process.
More information about the Python-checkins
mailing list