summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/create.rst
diff options
context:
space:
mode:
authorAbhilash Raj2015-03-28 18:57:55 +0530
committerAbhilash Raj2015-03-28 18:57:55 +0530
commit583d0ff8d46555c2ac2a72d9affd7c0e8e236161 (patch)
tree10b567c642d29e292eddb8a641389de42d58e450 /src/mailman/commands/docs/create.rst
parent381f7ceb2d55179365809bf3b8f98313d9e86099 (diff)
downloadmailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.tar.gz
mailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.tar.zst
mailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.zip
Diffstat (limited to 'src/mailman/commands/docs/create.rst')
-rw-r--r--src/mailman/commands/docs/create.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/create.rst b/src/mailman/commands/docs/create.rst
index bec4ea8b6..1a5d2a3ab 100644
--- a/src/mailman/commands/docs/create.rst
+++ b/src/mailman/commands/docs/create.rst
@@ -44,8 +44,7 @@ Now both the domain and the mailing list exist in the database.
>>> from mailman.interfaces.domain import IDomainManager
>>> getUtility(IDomainManager).get('example.xx')
- <Domain example.xx, base_url: http://example.xx,
- contact_address: postmaster@example.xx>
+ <Domain example.xx, base_url: http://example.xx>
You can also create mailing lists in existing domains without the
auto-creation flag.