#17635: fix wrong function name in multiprocessing docs.
This commit is contained in:
parent
5ef41abc7c
commit
3218f6511f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue