[Python-checkins] cpython (2.7): #17635: fix wrong function name in multiprocessing docs.

ezio.melotti python-checkins at python.org
Wed Apr 10 16:59:35 CEST 2013


http://hg.python.org/cpython/rev/54532684dbed
changeset:   83231:54532684dbed
branch:      2.7
parent:      83215:075bbf701d0b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Apr 10 17:59:20 2013 +0300
summary:
  #17635: fix wrong function name in multiprocessing docs.

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
@@ -1744,7 +1744,7 @@
    then a welcome message is sent to the other end of the connection.  Otherwise
    :exc:`AuthenticationError` is raised.
 
-.. function:: answerChallenge(connection, authkey)
+.. function:: answer_challenge(connection, authkey)
 
    Receive a message, calculate the digest of the message using *authkey* as the
    key, and then send the digest back.

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


More information about the Python-checkins mailing list