summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/archiver.txt
diff options
context:
space:
mode:
authorBarry Warsaw2010-09-10 17:48:27 -0400
committerBarry Warsaw2010-09-10 17:48:27 -0400
commit29eb5c4888f69b2bd03e765ebe15f8d48456b128 (patch)
tree62986fba33b6a1bccd2927f3986cd55c25a66bb6 /src/mailman/queue/docs/archiver.txt
parent5ccd1608f0918c8f6fc67e5e2fa442a174840077 (diff)
downloadmailman-29eb5c4888f69b2bd03e765ebe15f8d48456b128.tar.gz
mailman-29eb5c4888f69b2bd03e765ebe15f8d48456b128.tar.zst
mailman-29eb5c4888f69b2bd03e765ebe15f8d48456b128.zip
More documentation updates
Diffstat (limited to 'src/mailman/queue/docs/archiver.txt')
-rw-r--r--src/mailman/queue/docs/archiver.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/queue/docs/archiver.txt b/src/mailman/queue/docs/archiver.txt
index 11fd1d98e..cdee449e1 100644
--- a/src/mailman/queue/docs/archiver.txt
+++ b/src/mailman/queue/docs/archiver.txt
@@ -2,8 +2,9 @@
Archiving
=========
-Mailman can archive to any number of archivers that adhere to the IArchiver
-interface. By default, there's a Pipermail archiver.
+Mailman can archive to any number of archivers that adhere to the
+``IArchiver`` interface. By default, there's a Pipermail archiver.
+::
>>> mlist = create_list('test@example.com')
>>> transaction.commit()