diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 15:01:22 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-10 15:01:22 (GMT) |
commit | 3f5ffbee2323770399c9e80cf9c807dc21b3e009 (patch) | |
tree | 423a9dd0cb1db77c914c7cb7b3eebec026fb1203 | |
parent | 50331cbf0894bd18d8c89669297776153036bbbb (diff) | |
parent | c09959ae0f76ee758980c999ff777ae72375b1b2 (diff) | |
download | cpython-3f5ffbee2323770399c9e80cf9c807dc21b3e009.zip cpython-3f5ffbee2323770399c9e80cf9c807dc21b3e009.tar.gz cpython-3f5ffbee2323770399c9e80cf9c807dc21b3e009.tar.bz2 |
#17635: merge with 3.3.
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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. |