diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-15 02:54:19 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-15 02:54:19 (GMT) |
commit | deaa678952dd437cb8cf9f697325705ad0855029 (patch) | |
tree | ffb0f82430131f74dda2abdf9b2a0a7bc3d19d0f /Doc | |
parent | 7d9129c147beaff342d418a4857177778dd1841d (diff) | |
parent | c48c19afe031d0a35a3d5aacddad4e113e1aeaf0 (diff) | |
download | cpython-deaa678952dd437cb8cf9f697325705ad0855029.zip cpython-deaa678952dd437cb8cf9f697325705ad0855029.tar.gz cpython-deaa678952dd437cb8cf9f697325705ad0855029.tar.bz2 |
Merge redundant __contains__ doc fix from 3.2.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/email.message.rst | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ 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. |