Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9bd8ec

Browse files
authored
Doc: Fix inconsistency in multiprocessing (GH-12273)
1 parent 876e82b commit d9bd8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ their parent process exits. The manager classes are defined in the
16541654
Connect a local manager object to a remote manager process::
16551655

16561656
>>> from multiprocessing.managers import BaseManager
1657-
>>> m = BaseManager(address=('127.0.0.1', 5000), authkey=b'abc')
1657+
>>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
16581658
>>> m.connect()
16591659

16601660
.. method:: shutdown()

0 commit comments

Comments
 (0)