summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@rittau.org>2018-09-10 17:29:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-09-10 17:29:43 (GMT)
commit78deb7f33227972987722bc3fed5bcb45fae869e (patch)
treecf52475d38ce03d15a0ed669aa57b5a69d986522 /Lib/smtplib.py
parent9797b7ae4496627836c55333765e10201a9840e3 (diff)
downloadcpython-78deb7f33227972987722bc3fed5bcb45fae869e.zip
cpython-78deb7f33227972987722bc3fed5bcb45fae869e.tar.gz
cpython-78deb7f33227972987722bc3fed5bcb45fae869e.tar.bz2
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
Diffstat (limited to 'Lib/smtplib.py')
-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