]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Jul 2008 00:40:55 +0000 (00:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Jul 2008 00:40:55 +0000 (00:40 +0000)
Doc/library/multiprocessing.rst

index 9ac85a43b3df060c125f2843ac01e5213a43ec64..fcc2b5cd32b8ec67ccebef1c82ce021e886fa81b 100644 (file)
@@ -1084,7 +1084,7 @@ their parent process exits.  The manager classes are defined in the
 
       Start a subprocess to start the manager.
 
-   .. method:: server_forever()
+   .. method:: serve_forever()
 
       Run the server in the current process.