diff options
author | Jack Diederich <jackdied@gmail.com> | 2010-02-23 17:23:30 (GMT) |
---|---|---|
committer | Jack Diederich <jackdied@gmail.com> | 2010-02-23 17:23:30 (GMT) |
commit | 1605b3316f2b739b7eeef53b4507b5e4215f1f8a (patch) | |
tree | 6f653552b5aee5e529c0aeeaa059f8d71ff0dcda /Doc | |
parent | d99ef9a9df093d3443996725cd9dcac5f113f176 (diff) | |
download | cpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.zip cpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.tar.gz cpython-1605b3316f2b739b7eeef53b4507b5e4215f1f8a.tar.bz2 |
fixup markup error
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
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 |