summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-19 14:14:28 +0000
committerGeorg Brandl <georg@python.org>2010-05-19 14:14:28 +0000
commit2bca86cced483b2f4751a24028058c984ba6053c (patch)
tree41ea706cb75cff976aef5995e9561382deef3e72
parent29ec677f6fabeab0341c8e2cc89261acfc676122 (diff)
downloadcpython-git-2bca86cced483b2f4751a24028058c984ba6053c.tar.gz
Merged revisions 78378 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78378 | jack.diederich | 2010-02-23 18:23:30 +0100 (Di, 23 Feb 2010) | 1 line fixup markup error ........
-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 66be83b25c..901c460ed4 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1124,7 +1124,7 @@ their parent process exits. The manager classes are defined in the
Create a BaseManager object.
- Once created one should call :meth:`start` or ```get_server().serve_forever()`` to ensure
+ Once created one should call :meth:`start` or ``get_server().serve_forever()`` to ensure
that the manager object refers to a started manager process.
*address* is the address on which the manager process listens for new