diff options
Diffstat (limited to 'src/mailman/interfaces/domain.py')
| -rw-r--r-- | src/mailman/interfaces/domain.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/interfaces/domain.py b/src/mailman/interfaces/domain.py index fd889a720..94a9eefd3 100644 --- a/src/mailman/interfaces/domain.py +++ b/src/mailman/interfaces/domain.py @@ -122,8 +122,8 @@ class IDomainManager(Interface): interface of the domain. If not given, it defaults to http://`mail_host`/ :type base_url: string - :param owner_id: Owner of the domain, defaults to None - :type owner_id: integer + :param owner: Owner of the domain, defaults to None + :type owner: `Iuser` :return: The new domain object :rtype: `IDomain` :raises `BadDomainSpecificationError`: when the `mail_host` is |
