Skip to content

Commit 3f5ffbe

Browse files
committed
#17635: merge with 3.3.
2 parents 50331cb + c09959a commit 3f5ffbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ multiple connections at the same time.
18481848
then a welcome message is sent to the other end of the connection. Otherwise
18491849
:exc:`~multiprocessing.AuthenticationError` is raised.
18501850

1851-
.. function:: answerChallenge(connection, authkey)
1851+
.. function:: answer_challenge(connection, authkey)
18521852

18531853
Receive a message, calculate the digest of the message using *authkey* as the
18541854
key, and then send the digest back.

0 commit comments

Comments
 (0)