summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-11 16:56:08 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-11 16:56:08 (GMT)
commitf0604fddc3b9a775f22d19d7d7fe50c4aa1ecf7d (patch)
tree3a5d1f001f19e5948cb8003c5f9a063dc8a96b84 /Doc
parent839a482a1159767aa34ce947b7e3429396c2325e (diff)
downloadcpython-f0604fddc3b9a775f22d19d7d7fe50c4aa1ecf7d.zip
cpython-f0604fddc3b9a775f22d19d7d7fe50c4aa1ecf7d.tar.gz
cpython-f0604fddc3b9a775f22d19d7d7fe50c4aa1ecf7d.tar.bz2
Issue #3518: Remove references to non-existent BaseManager.from_address()
method
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/multiprocessing.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 43ae086..5e56ecb 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1236,9 +1236,10 @@ their parent process exits. The manager classes are defined in the
type of shared object. This must be a string.
*callable* is a callable used for creating objects for this type
- identifier. If a manager instance will be created using the
- :meth:`from_address` classmethod or if the *create_method* argument is
- ``False`` then this can be left as ``None``.
+ identifier. If a manager instance will be connected to the
+ server using the :meth:`connect` method, or if the
+ *create_method* argument is ``False`` then this can be left as
+ ``None``.
*proxytype* is a subclass of :class:`BaseProxy` which is used to create
proxies for shared objects with this *typeid*. If ``None`` then a proxy