#17635: fix wrong function name in multiprocessing docs.
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 323e2fd..fe38d23 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1848,7 +1848,7 @@
    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.