From ef9cdf45000b1172c3973b329ebe7ed32d604fb1 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 29 Feb 2016 11:59:53 +0100 Subject: Review suggestions: improve unit tests --- src/mailman/interfaces/mailinglist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mailman/interfaces/mailinglist.py') 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): -- cgit v1.2.3-70-g09d2