summaryrefslogtreecommitdiff
path: root/mailman/pipeline/docs/replybot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/pipeline/docs/replybot.txt')
-rw-r--r--mailman/pipeline/docs/replybot.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/mailman/pipeline/docs/replybot.txt b/mailman/pipeline/docs/replybot.txt
index f9f824e4e..f3c3281b3 100644
--- a/mailman/pipeline/docs/replybot.txt
+++ b/mailman/pipeline/docs/replybot.txt
@@ -9,7 +9,6 @@ message or the amount of time since the last auto-response.
>>> from mailman.pipeline.replybot import process
>>> mlist = config.db.list_manager.create(u'_xtest@example.com')
>>> mlist.real_name = u'XTest'
- >>> mlist.web_page_url = u'http://www.example.com/'
>>> # Ensure that the virgin queue is empty, since we'll be checking this
>>> # for new auto-response messages.