Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6db0bb

Browse files
committed
Remove redundant __contains__ entry from Message docs.
1 parent e72e161 commit f6db0bb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/library/email.message.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ Here are the methods of the :class:`Message` class:
208208
headers.
209209

210210

211-
.. method:: Message.__contains__(name)
212-
213-
Return true if the message contains a header field named *name*, otherwise
214-
return false.
215-
216-
217211
.. method:: keys()
218212

219213
Return a list of all the message's header field names.

0 commit comments

Comments
 (0)