From: Jack Diederich Date: Tue, 23 Feb 2010 17:23:30 +0000 (+0000) Subject: fixup markup error X-Git-Tag: v2.7a4~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1605b3316f2b739b7eeef53b4507b5e4215f1f8a;p=thirdparty%2FPython%2Fcpython.git fixup markup error --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 92e38b27401c..f6dfcc42e3de 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