summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs
diff options
context:
space:
mode:
authorBarry Warsaw2014-10-30 23:12:00 -0400
committerBarry Warsaw2014-10-30 23:12:00 -0400
commit4e19b227ab4c29e59801b38f12f80e1948817053 (patch)
treecbf9334afbb749bbd1c003093eeb5d1acc05cf43 /src/mailman/commands/docs
parentf660e47b51d4134d3424e9696558edb70debc3c8 (diff)
downloadmailman-4e19b227ab4c29e59801b38f12f80e1948817053.tar.gz
mailman-4e19b227ab4c29e59801b38f12f80e1948817053.tar.zst
mailman-4e19b227ab4c29e59801b38f12f80e1948817053.zip
Diffstat (limited to 'src/mailman/commands/docs')
-rw-r--r--src/mailman/commands/docs/withlist.rst4
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)