diff options
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index e67f0d6520..d59e6b1470 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -131,7 +131,7 @@ class SMTPAuthenticationError(SMTPResponseException): def quoteaddr(addr): """Quote a subset of the email addresses defined by RFC 821. - Should be able to handle anything rfc822.parseaddr can handle. + Should be able to handle anything email.utils.parseaddr can handle. """ m = (None, None) try: |