summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs
diff options
context:
space:
mode:
authorBarry Warsaw2016-01-13 19:49:16 -0500
committerBarry Warsaw2016-01-13 19:49:16 -0500
commita4ebbd164bdba4a7ede651dfcf802c300e8e9743 (patch)
treee3939215fbe8066f059dc8bd131c699715ac7537 /src/mailman/model/docs
parentbbe2a437d2c1b369cc05abd0dae9305c36561202 (diff)
downloadmailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.gz
mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.zst
mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.zip
Add NEWS and tweak.
Diffstat (limited to 'src/mailman/model/docs')
-rw-r--r--src/mailman/model/docs/subscriptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/docs/subscriptions.rst b/src/mailman/model/docs/subscriptions.rst
index eca6ef3a6..6237a24b3 100644
--- a/src/mailman/model/docs/subscriptions.rst
+++ b/src/mailman/model/docs/subscriptions.rst
@@ -105,7 +105,7 @@ There may be no matching memberships.
>>> list(service.find_members('dave@example.com'))
[]
-The address may contain an asterisk, which will be interpreted as a joker in
+The address may contain asterisks, which will be interpreted as a wildcard in
the search pattern.
>>> for member in service.find_members('*person*'):