From 3218f6511face49c4b3563160ca7b2559c363d5c Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 10 Apr 2013 17:59:20 +0300 Subject: #17635: fix wrong function name in multiprocessing docs. --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index b7d1194..6f9298a 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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. -- cgit v0.12