Kaydet (Commit) 7bedd625 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix extra parenthesis #5774

üst aa48157d
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment