diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:35:42 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:35:42 (GMT) |
commit | 992d9e081fab2061185b80c6decb57249b4612fe (patch) | |
tree | a32ce1f87e8e169aebba4f3f4212ad27c1924983 /Lib/email | |
parent | 490062b42cc998022124fd98efb171489acce429 (diff) | |
download | cpython-992d9e081fab2061185b80c6decb57249b4612fe.zip cpython-992d9e081fab2061185b80c6decb57249b4612fe.tar.gz cpython-992d9e081fab2061185b80c6decb57249b4612fe.tar.bz2 |
Fix few typos.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/_parseaddr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/_parseaddr.py b/Lib/email/_parseaddr.py index 41694f9..a295757 100644 --- a/Lib/email/_parseaddr.py +++ b/Lib/email/_parseaddr.py @@ -178,7 +178,7 @@ class AddrlistClass: front of you. Note: this class interface is deprecated and may be removed in the future. - Use rfc822.AddressList instead. + Use email.utils.AddressList instead. """ def __init__(self, field): |