summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-10 18:16:11 (GMT)
committerGitHub <noreply@github.com>2018-09-10 18:16:11 (GMT)
commitc0db8177dc9a7f79941551576e1faea9724e027d (patch)
treefb22dbee3d10a222fe2de1292d4970662ee1cc1e /Lib
parent6a939c8dae225aaf088c8c37de8cc2655c83ee61 (diff)
downloadcpython-c0db8177dc9a7f79941551576e1faea9724e027d.zip
cpython-c0db8177dc9a7f79941551576e1faea9724e027d.tar.gz
cpython-c0db8177dc9a7f79941551576e1faea9724e027d.tar.bz2
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
(cherry picked from commit 78deb7f33227972987722bc3fed5bcb45fae869e) Co-authored-by: Sebastian Rittau <srittau@rittau.org>
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/smtplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py
index 048c6bf..5e1bc0b 100755
--- a/Lib/smtplib.py
+++ b/Lib/smtplib.py
@@ -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