summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-07-14 00:40:55 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-07-14 00:40:55 (GMT)
commita2478d9fa0a6af5124833685267fe02f1ba6eeea (patch)
tree51dd939deaff7c5723e0cec72df0350773d01498 /Doc/library
parentded01d1bf00099afb82cd402b4ce07337dbb93ef (diff)
downloadcpython-a2478d9fa0a6af5124833685267fe02f1ba6eeea.zip
cpython-a2478d9fa0a6af5124833685267fe02f1ba6eeea.tar.gz
cpython-a2478d9fa0a6af5124833685267fe02f1ba6eeea.tar.bz2
Typo fix
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 9ac85a4..fcc2b5c 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.