We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24872e1 commit 2c177ecCopy full SHA for 2c177ec
1 file changed
Doc/library/multiprocessing.rst
@@ -1645,7 +1645,7 @@ their parent process exits. The manager classes are defined in the
1645
Connect a local manager object to a remote manager process::
1646
1647
>>> from multiprocessing.managers import BaseManager
1648
- >>> m = BaseManager(address=('127.0.0.1', 5000), authkey=b'abc')
+ >>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
1649
>>> m.connect()
1650
1651
.. method:: shutdown()
0 commit comments