commit | c48c19afe031d0a35a3d5aacddad4e113e1aeaf0 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Mar 14 22:53:29 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Mar 14 22:53:29 2011 -0400 |
tree | be5c22d4ccd9c619af1104508ab02f87d648478d | |
parent | 3a6152f3b3346f00371faad8fc8a9cfb3085682f [diff] | |
parent | f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590 [diff] |
Merge redundant __contains__ doc fix from 3.1.
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 29f7ba3..11984a5 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst
@@ -222,12 +222,6 @@ 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.