closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)

This commit is contained in:
Sebastian Rittau 2018-09-10 19:29:43 +02:00 committed by Benjamin Peterson
parent 9797b7ae44
commit 78deb7f332
2 changed files with 3 additions and 3 deletions

View file

@ -615,7 +615,7 @@ class SMTP:
It will be called to process the server's challenge response; the
challenge argument it is passed will be a bytes. It should return
bytes data that will be base64 encoded and sent to the server.
an ASCII string that will be base64 encoded and sent to the server.
Keyword arguments:
- initial_response_ok: Allow sending the RFC 4954 initial-response