]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 b7d11941c73c4b0ec8cfc40877d3f5f56cfba7bb..6f9298ad28d9c65bac53ada85408a3987fb7c791 100644 (file)
@@ -1744,7 +1744,7 @@ authentication* using the :mod:`hmac` module.
    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.