Commit c48c19af authored by R David Murray's avatar R David Murray

Merge redundant __contains__ doc fix from 3.1.

parents 3a6152f3 f6db0bbb
...@@ -222,12 +222,6 @@ Here are the methods of the :class:`Message` class: ...@@ -222,12 +222,6 @@ Here are the methods of the :class:`Message` class:
headers. headers.
.. method:: Message.__contains__(name)
Return true if the message contains a header field named *name*, otherwise
return false.
.. method:: keys() .. method:: keys()
Return a list of all the message's header field names. Return a list of all the message's header field names.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment