#17635: fix wrong function name in multiprocessing docs.

This commit is contained in:
Ezio Melotti 2013-04-10 17:59:20 +03:00
parent 5ef41abc7c
commit 3218f6511f
1 changed files with 1 additions and 1 deletions

View 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.