Skip to content

Commit 2c177ec

Browse files
[3.7] Doc: Fix inconsistency in multiprocessing (GH-12273) (GH-12275)
(cherry picked from commit d9bd8ec) Co-authored-by: Julien Palard <julien@palard.fr>
1 parent 24872e1 commit 2c177ec

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
@@ -1645,7 +1645,7 @@ their parent process exits. The manager classes are defined in the
16451645
Connect a local manager object to a remote manager process::
16461646

16471647
>>> from multiprocessing.managers import BaseManager
1648-
>>> m = BaseManager(address=('127.0.0.1', 5000), authkey=b'abc')
1648+
>>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
16491649
>>> m.connect()
16501650

16511651
.. method:: shutdown()

0 commit comments

Comments
 (0)