summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-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):