summaryrefslogtreecommitdiff
path: root/Mailman/docs/cook-headers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/docs/cook-headers.txt')
-rw-r--r--Mailman/docs/cook-headers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/docs/cook-headers.txt b/Mailman/docs/cook-headers.txt
index 4f8885e79..ffe2dfa5f 100644
--- a/Mailman/docs/cook-headers.txt
+++ b/Mailman/docs/cook-headers.txt
@@ -18,7 +18,7 @@ is getting sent through the system. We'll take things one-by-one.
>>> mlist.archive = True
>>> # XXX This will almost certainly change once we've worked out the web
>>> # space layout for mailing lists now.
- >>> mlist._data.web_page_url = 'http://lists.example.com/'
+ >>> mlist.web_page_url = 'http://lists.example.com/'
>>> flush()