summaryrefslogtreecommitdiff
path: root/mailman/pipeline/docs/file-recips.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/pipeline/docs/file-recips.txt')
-rw-r--r--mailman/pipeline/docs/file-recips.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/docs/file-recips.txt b/mailman/pipeline/docs/file-recips.txt
index 03328f97e..e93bba9aa 100644
--- a/mailman/pipeline/docs/file-recips.txt
+++ b/mailman/pipeline/docs/file-recips.txt
@@ -40,7 +40,7 @@ members.txt. If the file doesn't exist, the list of recipients will be
empty.
>>> import os
- >>> file_path = os.path.join(mlist.full_path, 'members.txt')
+ >>> file_path = os.path.join(mlist.data_path, 'members.txt')
>>> open(file_path)
Traceback (most recent call last):
...