mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
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 ........
This commit is contained in:
parent
29ec677f6f
commit
2bca86cced
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue