diff options
Diffstat (limited to 'src/mailman/commands/docs/end.txt')
| -rw-r--r-- | src/mailman/commands/docs/end.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/end.txt b/src/mailman/commands/docs/end.txt index 8f2c98ec8..a11bea095 100644 --- a/src/mailman/commands/docs/end.txt +++ b/src/mailman/commands/docs/end.txt @@ -18,7 +18,6 @@ The 'end' command takes no arguments. The command itself is fairly simple; it just stops command processing, and the message isn't even looked at. - >>> from mailman.app.lifecycle import create_list >>> mlist = create_list('test@example.com') >>> from mailman.email.message import Message >>> print command.process(mlist, Message(), {}, (), None) |
