Commit e426b717 authored by Ezio Melotti's avatar Ezio Melotti

#19890: fix typo in multiprocessing docs. Patch by Mike Short.

parent f4e99836
...@@ -1306,7 +1306,7 @@ their parent process exits. The manager classes are defined in the ...@@ -1306,7 +1306,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 *exposed* is used to specify a sequence of method names which proxies for
this typeid should be allowed to access using 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 :attr:`proxytype._exposed_` is used instead if it exists.) In the case
where no exposed list is specified, all "public methods" of the shared where no exposed list is specified, all "public methods" of the shared
object will be accessible. (Here a "public method" means any attribute object will be accessible. (Here a "public method" means any attribute
......
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