Unverified Kaydet (Commit) d9bd8ec2 authored tarafından Julien Palard's avatar Julien Palard Kaydeden (comit) GitHub

Doc: Fix inconsistency in multiprocessing (GH-12273)

üst 876e82b4
......@@ -1654,7 +1654,7 @@ their parent process exits. The manager classes are defined in the
Connect a local manager object to a remote manager process::
>>> from multiprocessing.managers import BaseManager
>>> m = BaseManager(address=('127.0.0.1', 5000), authkey=b'abc')
>>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
>>> m.connect()
.. method:: shutdown()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment