From: Ezio Melotti Date: Wed, 10 Apr 2013 14:59:20 +0000 (+0300) Subject: #17635: fix wrong function name in multiprocessing docs. X-Git-Tag: v3.3.2~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c09959ae0f76ee758980c999ff777ae72375b1b2;p=thirdparty%2FPython%2Fcpython.git #17635: fix wrong function name in multiprocessing docs. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 323e2fd04022..fe38d23ea65d 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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.