]> granicus.if.org Git - python/commitdiff
#19890: fix typo in multiprocessing docs. Patch by Mike Short.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Feb 2014 14:58:52 +0000 (16:58 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 15 Feb 2014 14:58:52 +0000 (16:58 +0200)
Doc/library/multiprocessing.rst

index 4ea02f956da39dc383b744d350d58f948a4d7b38..886b17325a4b8dfac0b6e81918e4f9fb815d1a73 100644 (file)
@@ -1257,7 +1257,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