diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-15 14:59:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-15 14:59:39 (GMT) |
commit | 504f6e8653f7d8ccd81ee8376149a54e2a3f839d (patch) | |
tree | d1870b0619f206f2d40ed343106309a208d690f6 /Doc/library | |
parent | 48eabbeffd200d6bc9c994d1dd49319bbc64ae6b (diff) | |
parent | e426b71789c1431da6905eb8917a9050a7e5911a (diff) | |
download | cpython-504f6e8653f7d8ccd81ee8376149a54e2a3f839d.zip cpython-504f6e8653f7d8ccd81ee8376149a54e2a3f839d.tar.gz cpython-504f6e8653f7d8ccd81ee8376149a54e2a3f839d.tar.bz2 |
#19890: merge with 3.3.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index a8872e7..f757b31 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1474,7 +1474,7 @@ their parent process exits. The manager classes are defined in the *exposed* is used to specify a sequence of method names which proxies for this typeid should be allowed to access using - :meth:`BaseProxy._callMethod`. (If *exposed* is ``None`` then + :meth:`BaseProxy._callmethod`. (If *exposed* is ``None`` then :attr:`proxytype._exposed_` is used instead if it exists.) In the case where no exposed list is specified, all "public methods" of the shared object will be accessible. (Here a "public method" means any attribute |