summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces
diff options
context:
space:
mode:
authorAurélien Bompard2016-02-29 11:59:53 +0100
committerBarry Warsaw2016-02-29 21:52:13 -0500
commitef9cdf45000b1172c3973b329ebe7ed32d604fb1 (patch)
treee44b8848fe306eb295a2d0ed599c553aa793c4f6 /src/mailman/interfaces
parent567aab277deaba88329aa25a0d1f2a8959522071 (diff)
downloadmailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.gz
mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.zst
mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.zip
Diffstat (limited to 'src/mailman/interfaces')
-rw-r--r--src/mailman/interfaces/mailinglist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index d8a9977eb..fc92425a8 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -927,9 +927,10 @@ class IHeaderMatchList(Interface):
:param key: The index of the header match to return.
:type key: integer
+ :return: The header match at this index.
+ :rtype: `IHeaderMatch`.
:raises IndexError: if there is no header match at this index for
this mailing list.
- :rtype: `IHeaderMatch`.
"""
def __delitem__(key):