Commit d9bd8ec2 authored by Julien Palard's avatar Julien Palard Committed by GitHub

Doc: Fix inconsistency in multiprocessing (GH-12273)

parent 876e82b4
...@@ -1654,7 +1654,7 @@ their parent process exits. The manager classes are defined in the ...@@ -1654,7 +1654,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', 5000), authkey=b'abc') >>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
>>> m.connect() >>> m.connect()
.. method:: shutdown() .. 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