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

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
@@ -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)
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