diff options
| author | Aurélien Bompard | 2016-02-29 11:59:53 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-29 21:52:13 -0500 |
| commit | ef9cdf45000b1172c3973b329ebe7ed32d604fb1 (patch) | |
| tree | e44b8848fe306eb295a2d0ed599c553aa793c4f6 /src/mailman/interfaces | |
| parent | 567aab277deaba88329aa25a0d1f2a8959522071 (diff) | |
| download | mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.gz mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.zst mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.zip | |
Diffstat (limited to 'src/mailman/interfaces')
| -rw-r--r-- | src/mailman/interfaces/mailinglist.py | 3 |
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): |
