[Python-checkins] cpython (merge 3.3 -> default): #19890: merge with 3.3.

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


http://hg.python.org/cpython/rev/72f9b6222476
changeset:   89198:72f9b6222476
parent:      89195:dcbbff7e6b56
parent:      89197:f45d4823f63c
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Feb 15 16:59:39 2014 +0200
summary:
  #19890: merge with 3.3.

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
@@ -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

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


More information about the Python-checkins mailing list