diff options
Diffstat (limited to 'src/mailman/pipeline/docs/archives.txt')
| -rw-r--r-- | src/mailman/pipeline/docs/archives.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/pipeline/docs/archives.txt b/src/mailman/pipeline/docs/archives.txt index d90228525..c6351a659 100644 --- a/src/mailman/pipeline/docs/archives.txt +++ b/src/mailman/pipeline/docs/archives.txt @@ -1,3 +1,4 @@ +======== Archives ======== @@ -9,7 +10,7 @@ processes. >>> from mailman.app.lifecycle import create_list >>> handler = config.handlers['to-archive'] - >>> mlist = create_list(u'_xtest@example.com') + >>> mlist = create_list('_xtest@example.com') >>> switchboard = config.switchboards['archive'] A helper function. |
