[Python-checkins] cpython (3.3): #19890: fix typo in multiprocessing docs. Patch by Mike Short.

ezio.melotti python-checkins at python.org
Sat Feb 15 15:59:58 CET 2014


http://hg.python.org/cpython/rev/f45d4823f63c
changeset:   89197:f45d4823f63c
branch:      3.3
parent:      89194:be42b12065d7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Feb 15 16:58:52 2014 +0200
summary:
  #19890: fix typo in multiprocessing docs.  Patch by Mike Short.

files:
  Doc/library/multiprocessing.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1306,7 +1306,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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list