]> granicus.if.org Git - python/commitdiff
Remove redundant __contains__ entry from Message docs.
authorR David Murray <rdmurray@bitdance.com>
Tue, 15 Mar 2011 02:43:38 +0000 (22:43 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 15 Mar 2011 02:43:38 +0000 (22:43 -0400)
Doc/library/email.message.rst

index cf0253140681280dcaddb335d6e59bffeb96b11a..f261b9c5852f7d2345e39a7972ac69c2dc5e4236 100644 (file)
@@ -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.