From: Andrew M. Kuchling Date: Mon, 14 Jul 2008 00:40:55 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6b2~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2478d9fa0a6af5124833685267fe02f1ba6eeea;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 9ac85a43b3df..fcc2b5cd32b8 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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.