mirror of https://github.com/python/cpython
fix extra parenthesis #5774
This commit is contained in:
parent
aa48157d3d
commit
7bedd625df
|
@ -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:
|
||||
|
||||
>>> 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()
|
||||
|
||||
.. method:: shutdown()
|
||||
|
|
Loading…
Reference in New Issue