summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJack Diederich <jackdied@gmail.com>2010-02-23 17:23:30 (GMT)
committerJack Diederich <jackdied@gmail.com>2010-02-23 17:23:30 (GMT)
commit1605b3316f2b739b7eeef53b4507b5e4215f1f8a (patch)
tree6f653552b5aee5e529c0aeeaa059f8d71ff0dcda /Doc
parentd99ef9a9df093d3443996725cd9dcac5f113f176 (diff)
downloadcpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.zip
cpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.tar.gz
cpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.tar.bz2
fixup markup error
Diffstat (limited to 'Doc')
-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 92e38b2..f6dfcc4 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1133,7 +1133,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