diff options
Diffstat (limited to 'src/mailman/commands/docs/lists.txt')
| -rw-r--r-- | src/mailman/commands/docs/lists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/lists.txt b/src/mailman/commands/docs/lists.txt index 85fe7edc2..6a9bee665 100644 --- a/src/mailman/commands/docs/lists.txt +++ b/src/mailman/commands/docs/lists.txt @@ -11,7 +11,7 @@ line. When there are no mailing lists, a helpful message is displayed. ... domains = None ... full = False - >>> from mailman.commands.lists import Lists + >>> from mailman.commands.cli_lists import Lists >>> command = Lists() >>> command.process(FakeArgs) No matching mailing lists found |
