diff options
Diffstat (limited to 'Mailman/interfaces/listmanager.py')
| -rw-r--r-- | Mailman/interfaces/listmanager.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mailman/interfaces/listmanager.py b/Mailman/interfaces/listmanager.py index 113ca35af..53cb0b4da 100644 --- a/Mailman/interfaces/listmanager.py +++ b/Mailman/interfaces/listmanager.py @@ -48,8 +48,9 @@ class IListManager(Interface): def get(fqdn_listname): """Find the IMailingList with the matching fully qualified list name. - Returns the matching IMailList instance or None if there was no - matching mailing list. fqdn_listname + :param fqdn_listname: Fully qualified list name to get. + :return: The matching IMailingList or None if there was no such + matching mailing list. """ mailing_lists = Attribute( |
