summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-15 02:43:38 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-15 02:43:38 (GMT)
commitf6db0bbbeefa1bde9fd09c53e7c6bf0e57481590 (patch)
tree5d7d0880db201bccf0d99b5f8a9f9dec6f600bd3 /Doc/library
parente72e161851cb5d0bddef3d24e56bb5d2969a28e5 (diff)
downloadcpython-f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590.zip
cpython-f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590.tar.gz
cpython-f6db0bbbeefa1bde9fd09c53e7c6bf0e57481590.tar.bz2
Remove redundant __contains__ entry from Message docs.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/email.message.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst
index cf02531..f261b9c 100644
--- a/Doc/library/email.message.rst
+++ b/Doc/library/email.message.rst
@@ -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.