diff options
| author | Abhilash Raj | 2015-03-31 06:26:08 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-03-31 06:26:08 +0530 |
| commit | fe12351e6f0e11f48bd714357f05aa7a34ec7e90 (patch) | |
| tree | 0afea29bfbc49f37f1b51c2e5b9cbe3fc4bbda79 /src/mailman/interfaces/domain.py | |
| parent | 583d0ff8d46555c2ac2a72d9affd7c0e8e236161 (diff) | |
| download | mailman-fe12351e6f0e11f48bd714357f05aa7a34ec7e90.tar.gz mailman-fe12351e6f0e11f48bd714357f05aa7a34ec7e90.tar.zst mailman-fe12351e6f0e11f48bd714357f05aa7a34ec7e90.zip | |
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 |
