diff options
Diffstat (limited to 'Doc/library/email.header.rst')
-rw-r--r-- | Doc/library/email.header.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst index 808f7e5..ff2b484 100644 --- a/Doc/library/email.header.rst +++ b/Doc/library/email.header.rst @@ -130,14 +130,10 @@ Here is the :class:`Header` class description: .. method:: __str__() - A synonym for :meth:`Header.encode`. Useful for ``str(aHeader)``. - - - .. method:: __unicode__() - A helper for :class:`str`'s :func:`encode` method. Returns the header as a Unicode string. + .. method:: __eq__(other) This method allows you to compare two :class:`Header` instances for |