summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2015-03-29 17:18:30 -0400
committerBarry Warsaw2015-03-29 17:18:30 -0400
commit72d42234668213130d79eee4e57df94339f57567 (patch)
treeeec52f0f4d18669d64c4fc634c5ba6d5d6600235 /src
parent9de0ea02dc757e41a5013bb41e68d04f44ed5066 (diff)
downloadmailman-72d42234668213130d79eee4e57df94339f57567.tar.gz
mailman-72d42234668213130d79eee4e57df94339f57567.tar.zst
mailman-72d42234668213130d79eee4e57df94339f57567.zip
Fix merge turd.
Diffstat (limited to 'src')
-rw-r--r--src/mailman/runners/docs/outgoing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/docs/outgoing.rst b/src/mailman/runners/docs/outgoing.rst
index cc544d6eb..8888aee5e 100644
--- a/src/mailman/runners/docs/outgoing.rst
+++ b/src/mailman/runners/docs/outgoing.rst
@@ -11,8 +11,8 @@ a *delivery module*, essentially a pluggable interface for determining how the
recipient set will be batched, whether messages will be personalized and
VERP'd, etc. The outgoing runner doesn't itself support retrying but it can
move messages to the 'retry queue' for handling delivery failures.
+::
- >>> from mailman.testing.helpers import subscribe
>>> mlist = create_list('test@example.com')
>>> from mailman.testing.helpers import subscribe