Skip to content

Commit c48c19a

Browse files
committed
Merge redundant __contains__ doc fix from 3.1.
2 parents 3a6152f + f6db0bb commit c48c19a

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
@@ -222,12 +222,6 @@ Here are the methods of the :class:`Message` class:
222222
headers.
223223

224224

225-
.. method:: Message.__contains__(name)
226-
227-
Return true if the message contains a header field named *name*, otherwise
228-
return false.
229-
230-
231225
.. method:: keys()
232226

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

0 commit comments

Comments
 (0)