mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
fix missing quote
This commit is contained in:
parent
7bedd625df
commit
a9feadc0dd
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ their parent process exits. The manager classes are defined in the
|
||||||
Connect a local manager object to a remote manager process:
|
Connect a local manager object to a remote manager process:
|
||||||
|
|
||||||
>>> from multiprocessing.managers import BaseManager
|
>>> from multiprocessing.managers import BaseManager
|
||||||
>>> m = BaseManager(address='127.0.0.1', authkey='abc)
|
>>> m = BaseManager(address='127.0.0.1', authkey='abc')
|
||||||
>>> m.connect()
|
>>> m.connect()
|
||||||
|
|
||||||
.. method:: shutdown()
|
.. method:: shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue