diff options
Diffstat (limited to 'src/mailman/commands')
| -rw-r--r-- | src/mailman/commands/docs/withlist.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/withlist.rst b/src/mailman/commands/docs/withlist.rst index 827d246cd..e915eb04c 100644 --- a/src/mailman/commands/docs/withlist.rst +++ b/src/mailman/commands/docs/withlist.rst @@ -90,13 +90,13 @@ must start with a caret. >>> args.listname = '^.*example.com' >>> command.process(args) The list's display name is Aardvark - The list's display name is Badger The list's display name is Badboys + The list's display name is Badger >>> args.listname = '^bad.*' >>> command.process(args) - The list's display name is Badger The list's display name is Badboys + The list's display name is Badger >>> args.listname = '^foo' >>> command.process(args) |
