Remove redundant __contains__ entry from Message docs.

This commit is contained in:
R David Murray 2011-03-14 22:43:38 -04:00
parent e72e161851
commit f6db0bbbee
1 changed files with 0 additions and 6 deletions

View 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.