diff -r 08b570183af8 Doc/library/multiprocessing.rst --- a/Doc/library/multiprocessing.rst Sat Dec 28 23:15:12 2013 -0500 +++ b/Doc/library/multiprocessing.rst Sun Dec 29 10:54:21 2013 -0500 @@ -1474,7 +1474,7 @@ *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