]> granicus.if.org Git - python/commitdiff
#17635: fix wrong function name in multiprocessing docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 10 Apr 2013 14:59:20 +0000 (17:59 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 10 Apr 2013 14:59:20 +0000 (17:59 +0300)
Doc/library/multiprocessing.rst

index 323e2fd040227ccfcca5e1ab6a0c7087394b3f85..fe38d23ea65d39fbcd4376d08534343089d43ce4 100644 (file)
@@ -1848,7 +1848,7 @@ multiple connections at the same time.
    then a welcome message is sent to the other end of the connection.  Otherwise
    :exc:`~multiprocessing.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.