Skip to content

Commit d9bd8ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy