From: R David Murray Date: Tue, 15 Mar 2011 02:43:38 +0000 (-0400) Subject: Remove redundant __contains__ entry from Message docs. X-Git-Tag: v3.2.1b1~303^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590;p=thirdparty%2FPython%2Fcpython.git Remove redundant __contains__ entry from Message docs. --- diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index cf0253140681..f261b9c5852f 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -208,12 +208,6 @@ Here are the methods of the :class:`Message` class: headers. - .. method:: Message.__contains__(name) - - Return true if the message contains a header field named *name*, otherwise - return false. - - .. method:: keys() Return a list of all the message's header field names.