Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e9983 commit e426b71Copy full SHA for e426b71
1 file changed
Doc/library/multiprocessing.rst
@@ -1306,7 +1306,7 @@ their parent process exits. The manager classes are defined in the
1306
1307
*exposed* is used to specify a sequence of method names which proxies for
1308
this typeid should be allowed to access using
1309
- :meth:`BaseProxy._callMethod`. (If *exposed* is ``None`` then
+ :meth:`BaseProxy._callmethod`. (If *exposed* is ``None`` then
1310
:attr:`proxytype._exposed_` is used instead if it exists.) In the case
1311
where no exposed list is specified, all "public methods" of the shared
1312
object will be accessible. (Here a "public method" means any attribute
0 commit comments